We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d8628 commit 508b626Copy full SHA for 508b626
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"posttest": "istanbul report lcov text",
17
"lint": "eslint lib/*.js test/*.js test/integration/*.js",
18
"report": "istanbul report lcov text",
19
- "ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
+ "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
20
"ci-test": "npm run test && npm run browser && npm run report",
21
"predebug": "rimraf coverage test/tmp",
22
"debug": "verbose=1 ./test/run.js",
0 commit comments