Skip to content

Commit

Permalink
fix broke tests for node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
刘祺 committed Apr 24, 2017
1 parent 4201543 commit 2b319cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
"pretest": "eslint index.js",
"pretest": "node-version-gte-4 && eslint index.js || echo \"ESLint not supported\"",
"test": "mocha test.js"
},
"repository": {
Expand Down Expand Up @@ -33,6 +33,7 @@
"eslint": "^3.19.0",
"gulp-sourcemaps": "^2.6.0",
"mocha": "^3.2.0",
"node-version-check": "^2.1.1",
"proxyquire": "^1.7.11",
"sinon": "^2.1.0"
},
Expand Down

0 comments on commit 2b319cb

Please sign in to comment.