Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #625 from marcbachmann/patch-1
Browse files Browse the repository at this point in the history
Prevent replacement of global.Promise in node v4
  • Loading branch information
nicks authored Oct 4, 2016
2 parents 3d44598 + 1cf3ef3 commit ac0da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "nodeunit --reporter=minimal test/tests.js && eslint ."
},
"dependencies": {
"es6-promise": "~3.2.1",
"es6-promise": "~4.0.3",
"extract-zip": "~1.5.0",
"fs-extra": "~0.30.0",
"hasha": "~2.2.0",
Expand Down

0 comments on commit ac0da0b

Please sign in to comment.