Skip to content

Commit 4e12b59

Browse files
committed
style(package.json): apply code style
1 parent def452c commit 4e12b59

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
@@ -15,10 +15,10 @@
1515
"scripts": {
1616
"commit": "cz",
1717
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
18+
"postinstall": "husky install",
1819
"lint": "tsc --noEmit && eslint . && prettier --check .",
1920
"prepack": "tsc && pinst --disable",
2021
"postpack": "pinst --enable",
21-
"postinstall": "husky install",
2222
"test": "ava"
2323
},
2424
"engines": {
@@ -76,8 +76,8 @@
7676
"release": {
7777
"extends": "@softwareventures/semantic-release-config"
7878
},
79+
"packageManager": "[email protected]",
7980
"publishConfig": {
8081
"access": "public"
81-
},
82-
"packageManager": "[email protected]"
82+
}
8383
}

0 commit comments

Comments
 (0)