Skip to content

Commit 1c0bb5a

Browse files
committed
Fix dependencies not supporting Node < v4
1 parent fc69dfe commit 1c0bb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"mem-fs-editor": "^2.0.0",
5353
"mkdirp": "^0.5.0",
5454
"nopt": "^3.0.0",
55-
"path-exists": "^3.0.0",
55+
"path-exists": "^2.0.0",
5656
"path-is-absolute": "^1.0.0",
5757
"pretty-bytes": "^3.0.1",
58-
"read-chunk": "^2.0.0",
58+
"read-chunk": "^1.0.0",
5959
"read-pkg-up": "^1.0.1",
6060
"rimraf": "^2.2.0",
6161
"run-async": "^2.0.0",
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"gulp": "^3.6.0",
7474
"gulp-coveralls": "^0.1.0",
75-
"gulp-eslint": "^3.0.1",
75+
"gulp-eslint": "^2.0.0",
7676
"gulp-exclude-gitignore": "^1.0.0",
7777
"gulp-istanbul": "^1.0.0",
7878
"gulp-mocha": "^2.0.0",

0 commit comments

Comments
 (0)