Skip to content

Commit 2c0a067

Browse files
author
Charlike Mike Reagent
committed
fix: update scripts, allow Node >=8.10.0
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
1 parent 64af5e8 commit 2c0a067

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
"scripts": {
77
"docs": "docks --outfile .verb.md && verb",
88
"lint": "eslint '**/*.js' --cache --fix --quiet --format codeframe",
9+
"test-only": "asia -r esm",
910
"test": "nyc asia",
10-
"commit": "yarn lint && yarn test && yarn dry",
11-
"dry": "git add -A && git status --porcelain && gitcommit -sS",
11+
"precommit": "yarn run lint && yarn run test-only",
12+
"commit": "yarn dry",
13+
"dry": "git add -A && git status --porcelain && gitcommit",
1214
"release": "node cli.js"
1315
},
1416
"engines": {
15-
"node": "^8.11.0 || >=10.13.0"
17+
"node": "^8.10.0 || >=10.13.0"
1618
},
1719
"dependencies": {
1820
"@tunnckocore/execa": "^2.1.2",

0 commit comments

Comments
 (0)