From 1c0bb5a9a838c97964438fde8233accef068e9ea Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Sun, 17 Jul 2016 17:29:59 -0700 Subject: [PATCH] Fix dependencies not supporting Node < v4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e70630d8..64e14f30 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",