From ff048f013030bc8c8d6158aa665d16f557351762 Mon Sep 17 00:00:00 2001 From: rsoule3 Date: Sat, 10 Dec 2016 11:05:05 -0600 Subject: [PATCH] Update package to allow install on higher node versions --- README.md | 1 + package.json | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } }