Skip to content

Commit

Permalink
chore(package): alphabetize scripts & add caret to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Feb 28, 2021
1 parent 2a79c9b commit 8d84756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
"lint:dts": "dtslint .",
"lint:fix": "npm run lint -- --fix",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
"release": "standard-version --no-verify",
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
"test:ci": "npm test -- --ci",
"test:module": "node --experimental-modules test/module/index.mjs",
"test:integration": "npm run build && jest test/integration/",
"test:watch": "npm test -- --watch",
"postinstall": "husky install",
"postpublish": "pinst --enable"
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,10 +53,10 @@
"dtslint": "^4.0.6",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.3.0",
"husky": "5.1.1",
"husky": "^5.1.1",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"pinst": "2.1.6",
"pinst": "^2.1.6",
"preact": "^10.5.7",
"prettier": "^2.2.1",
"react": "^17",
Expand Down

0 comments on commit 8d84756

Please sign in to comment.