Skip to content

Commit

Permalink
Fix dependencies not supporting Node < v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 18, 2016
1 parent fc69dfe commit 1c0bb5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -52,10 +52,10 @@
"mem-fs-editor": "^2.0.0",
"mkdirp": "^0.5.0",
"nopt": "^3.0.0",
"path-exists": "^3.0.0",
"path-exists": "^2.0.0",
"path-is-absolute": "^1.0.0",
"pretty-bytes": "^3.0.1",
"read-chunk": "^2.0.0",
"read-chunk": "^1.0.0",
"read-pkg-up": "^1.0.1",
"rimraf": "^2.2.0",
"run-async": "^2.0.0",
Expand All @@ -72,7 +72,7 @@
"devDependencies": {
"gulp": "^3.6.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^3.0.1",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.0.0",
Expand Down

0 comments on commit 1c0bb5a

Please sign in to comment.