Skip to content

Commit 8d84756

Browse files
chore(package): alphabetize scripts & add caret to devDependencies
1 parent 2a79c9b commit 8d84756

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
1313
"lint:dts": "dtslint .",
1414
"lint:fix": "npm run lint -- --fix",
15+
"postinstall": "husky install",
16+
"postpublish": "pinst --enable",
1517
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
1618
"release": "standard-version --no-verify",
1719
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
1820
"test:ci": "npm test -- --ci",
1921
"test:module": "node --experimental-modules test/module/index.mjs",
2022
"test:integration": "npm run build && jest test/integration/",
21-
"test:watch": "npm test -- --watch",
22-
"postinstall": "husky install",
23-
"postpublish": "pinst --enable"
23+
"test:watch": "npm test -- --watch"
2424
},
2525
"repository": {
2626
"type": "git",
@@ -53,10 +53,10 @@
5353
"dtslint": "^4.0.6",
5454
"eslint": "^7.15.0",
5555
"eslint-plugin-prettier": "^3.3.0",
56-
"husky": "5.1.1",
56+
"husky": "^5.1.1",
5757
"jest": "^26.6.3",
5858
"lint-staged": "^10.5.3",
59-
"pinst": "2.1.6",
59+
"pinst": "^2.1.6",
6060
"preact": "^10.5.7",
6161
"prettier": "^2.2.1",
6262
"react": "^17",

0 commit comments

Comments
 (0)