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 ddbc89b commit 8f23366Copy full SHA for 8f23366
package.json
@@ -19,7 +19,6 @@
19
"posttest": "npx npm@'>=10.2' audit --production",
20
"lint": "eslint --ext=js,mjs .",
21
"report": "istanbul report lcov text",
22
- "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
23
"ci-test": "npm run tests-only && npm run browser && npm run report",
24
"predebug": "rimraf coverage test/tmp",
25
"debug": "verbose=1 ./test/run.js",
@@ -57,7 +56,6 @@
57
56
"far": "^0.0.7",
58
"formidable": "^1.2.6",
59
"in-publish": "^2.0.1",
60
- "is-node-modern": "^1.0.0",
61
"istanbul": "^0.4.5",
62
"obake": "^0.1.2",
63
"phantomjs-prebuilt": "^2.1.16",
0 commit comments