Skip to content

Commit 3910609

Browse files
committed
fix style
1 parent f04d447 commit 3910609

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

package.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,35 @@
2828
"prepublishOnly": "npm run lint && npm run clean && npm run build"
2929
},
3030
"lint-staged": {
31-
"*.{js,md}": ["prettier --write", "git add"]
31+
"*.{js,md}": [
32+
"prettier --write",
33+
"git add"
34+
]
3235
},
3336
"jest": {
34-
"transformIgnorePatterns": ["/node_modules/", "/lib/", "/dist/"]
37+
"transformIgnorePatterns": [
38+
"/node_modules/",
39+
"/lib/",
40+
"/dist/"
41+
]
3542
},
3643
"repository": {
3744
"type": "git",
3845
"url": "https://github.com/renatorib/react-powerplug.git"
3946
},
40-
"files": ["dist", "lib", "src", "es"],
41-
"keywords": ["react", "reactjs", "components", "dumb", "state"],
47+
"files": [
48+
"dist",
49+
"lib",
50+
"src",
51+
"es"
52+
],
53+
"keywords": [
54+
"react",
55+
"reactjs",
56+
"components",
57+
"dumb",
58+
"state"
59+
],
4260
"bugs": {
4361
"url": "https://github.com/renatorib/react-powerplug/issues"
4462
},

0 commit comments

Comments
 (0)