Compare commits
No commits in common. "faf4a214b1bae66e68a55871826139ad760f4371" and "b9eceb71960897e6163c79415b7b0ac1eddcd741" have entirely different histories.
faf4a214b1
...
b9eceb7196
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/core",
|
"name": "@teacinema/core",
|
||||||
"version": "1.0.9",
|
"version": "1.0.8",
|
||||||
"description": "Core utils and shared setup",
|
"description": "Core utils and shared setup",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
export default {
|
export default {
|
||||||
trailingComma: 'none',
|
trailingComma: 'none',
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
useTabs: false,
|
useTabs: true,
|
||||||
semi: false,
|
semi: false,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
jsxSingleQuote: true,
|
jsxSingleQuote: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user