Skip to content

Commit

Permalink
Update package to allow install on higher node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robdsoule committed Dec 10, 2016
1 parent 8ca848b commit ff048f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}

0 comments on commit ff048f0

Please sign in to comment.