Compare commits
No commits in common. "b9eceb71960897e6163c79415b7b0ac1eddcd741" and "14b6706a818706e296a3d389eef290e342bd7e5b" have entirely different histories.
b9eceb7196
...
14b6706a81
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/core",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.7",
|
||||
"description": "Core utils and shared setup",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/* @type {import("prettier").Config} */
|
||||
export default {
|
||||
trailingComma: 'none',
|
||||
tabWidth: 2,
|
||||
tabWidth: 4,
|
||||
useTabs: true,
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user