Skip to content

Commit 0bdd261

Browse files
committed
v0.0.1
1 parent 0804a84 commit 0bdd261

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "sketch-json",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Transform sketch files to json and json to sketch files",
55
"main": "index.js",
66
"repository": "[email protected]:bukinoshita/sketch-json.git",
77
"author": "Bu Kinoshita <[email protected]>",
88
"license": "MIT",
9-
"keywords": ["sketch", "git", "github", "versioning", "json", "design"],
9+
"keywords": [
10+
"sketch",
11+
"git",
12+
"github",
13+
"versioning",
14+
"json",
15+
"design"
16+
],
1017
"scripts": {
1118
"test": "xo"
1219
},
@@ -21,6 +28,8 @@
2128
"xo": "^0.18.2"
2229
},
2330
"xo": {
24-
"extends": ["prettier"]
31+
"extends": [
32+
"prettier"
33+
]
2534
}
2635
}

0 commit comments

Comments
 (0)