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 4201543 commit 2b319cbCopy full SHA for 2b319cb
package.json
@@ -4,7 +4,7 @@
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
7
- "pretest": "eslint index.js",
+ "pretest": "node-version-gte-4 && eslint index.js || echo \"ESLint not supported\"",
8
"test": "mocha test.js"
9
},
10
"repository": {
@@ -33,6 +33,7 @@
33
"eslint": "^3.19.0",
34
"gulp-sourcemaps": "^2.6.0",
35
"mocha": "^3.2.0",
36
+ "node-version-check": "^2.1.1",
37
"proxyquire": "^1.7.11",
38
"sinon": "^2.1.0"
39
0 commit comments