Skip to content

Commit db9f2f4

Browse files
committed
Revert es6-promise dependency to 2.x.
es6-promise 3.x has auto-polyfill behavior which we want to avoid.
1 parent 2bb4dc3 commit db9f2f4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
- Revert es6-promise dependency to 2.x to avoid auto-polyfill behavior.
7+
58
## [0.4.7] - 2016-04-14
69

710
### Fixed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "BSD",
99
"main": ["js/jsonld.js"],
1010
"dependencies": {
11-
"es6-promise": "^3.0.0"
11+
"es6-promise": "^2.0.0"
1212
},
1313
"ignore": [
1414
"node_modules",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "BSD-3-Clause",
2626
"main": "js/jsonld.js",
2727
"dependencies": {
28-
"es6-promise": "^3.0.0",
28+
"es6-promise": "^2.0.0",
2929
"pkginfo": "~0.4.0",
3030
"request": "^2.61.0",
3131
"xmldom": "0.1.19"

0 commit comments

Comments
 (0)