Skip to content

Commit 05c77ad

Browse files
committed
v1.1.0
1 parent abf04f1 commit 05c77ad

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": "1.0.1",
3+
"version": "1.1.0",
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 --quiet"
1219
},
@@ -24,7 +31,9 @@
2431
"xo": "^0.18.2"
2532
},
2633
"xo": {
27-
"extends": ["prettier"],
34+
"extends": [
35+
"prettier"
36+
],
2837
"rules": {
2938
"camelcase": 0
3039
}

0 commit comments

Comments
 (0)