We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035a8ff commit 11c0e5cCopy full SHA for 11c0e5c
package.json
@@ -5,11 +5,11 @@
5
"main": "index.js",
6
"scripts": {
7
"lint": "eslint *.js */*.js",
8
- "pretest": "is-node-not-modern && npm install hapi@10 || is-node-modern",
+ "pretest": "is-node-not-modern && npm install hapi@9 || is-node-modern",
9
"test": "tape test/test-*.js | tap-spec",
10
"precover": "rimraf coverage",
11
"cover": "istanbul cover tape -- test/test-*.js | tap-spec",
12
- "preci-test": "is-node-not-modern && npm install hapi@10 || is-node-modern",
+ "preci-test": "is-node-not-modern && npm install hapi@9 || is-node-modern",
13
"ci-test": "npm run cover",
14
"ci-lint": "is-node-modern && npm run lint || is-node-not-modern",
15
"toc": "toc-md README.md",
0 commit comments