Skip to content

Commit a3b9d89

Browse files
committed
style(package.json): apply code style
1 parent bd5c3ea commit a3b9d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"build": "webpack --env production",
1818
"commit": "cz",
1919
"fix": "tsc && eslint . --fix && prettier --write .",
20-
"lint": "tsc && eslint . && prettier --check .",
2120
"postinstall": "husky install",
21+
"lint": "tsc && eslint . && prettier --check .",
2222
"test": "ava"
2323
},
2424
"engines": {
@@ -80,8 +80,8 @@
8080
"release": {
8181
"extends": "@softwareventures/semantic-release-config"
8282
},
83+
"packageManager": "[email protected]",
8384
"publishConfig": {
8485
"access": "public"
85-
},
86-
"packageManager": "[email protected]"
86+
}
8787
}

0 commit comments

Comments
 (0)