Compare commits

..

No commits in common. "faf4a214b1bae66e68a55871826139ad760f4371" and "b9eceb71960897e6163c79415b7b0ac1eddcd741" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/core",
"version": "1.0.9",
"version": "1.0.8",
"description": "Core utils and shared setup",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,7 @@
export default {
trailingComma: 'none',
tabWidth: 2,
useTabs: false,
useTabs: true,
semi: false,
singleQuote: true,
jsxSingleQuote: true,