Skip to content

Commit 11c0e5c

Browse files
committed
Downgrade hapijs for older node versions.
1 parent 035a8ff commit 11c0e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint *.js */*.js",
8-
"pretest": "is-node-not-modern && npm install hapi@10 || is-node-modern",
8+
"pretest": "is-node-not-modern && npm install hapi@9 || is-node-modern",
99
"test": "tape test/test-*.js | tap-spec",
1010
"precover": "rimraf coverage",
1111
"cover": "istanbul cover tape -- test/test-*.js | tap-spec",
12-
"preci-test": "is-node-not-modern && npm install hapi@10 || is-node-modern",
12+
"preci-test": "is-node-not-modern && npm install hapi@9 || is-node-modern",
1313
"ci-test": "npm run cover",
1414
"ci-lint": "is-node-modern && npm run lint || is-node-not-modern",
1515
"toc": "toc-md README.md",

0 commit comments

Comments
 (0)