diff --git a/README.md b/README.md index e7c2b68..ef36573 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# FORKED AND CHANGES TO PACKAGE.JSON TO ALLOW YARN INSTALL IN NG-GULPFILE # s3-glob Retrieve object list entries in S3 using minimatch-style globbing. diff --git a/package.json b/package.json index a8a6400..75e183a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "homepage": "https://github.com/izaakschroeder/s3-glob", "repository": { "type": "git", - "url": "https://github.com/izaakschroeder/s3-glob.git" + "url": "https://github.com/lawnstarter/s3-glob.git" }, "main": "lib/glob.js", "scripts": { @@ -34,7 +34,6 @@ "sinon-chai": "^2.6.0" }, "engines" : { - "node" : "^0.10 || ^0.12", - "iojs": "^1.0.0" + "node" : "^0.10 || ^0.12 || ^4 || ^5 || ^6" } }