aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Haddad2017-03-24 15:47:14 +0100
committerThomas Haddad2017-03-24 15:47:14 +0100
commit986432ac2f1fbccd5185b837f2119e7035d44ad2 (patch)
tree005d2f5053a42f6ce7275df7cf29704f8c0fd976 /package.json
parent447f5d76ae24dfafed097cfeb5e21068871e31d6 (diff)
downloadchouette-core-986432ac2f1fbccd5185b837f2119e7035d44ad2.tar.bz2
Use a fetch polyfill for jp or vj
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 019e63063..4e975de5c 100644
--- a/package.json
+++ b/package.json
@@ -7,12 +7,14 @@
"babelify": "7.3.0",
"browserify": "13.1.1",
"browserify-incremental": "3.1.1",
- "lodash": "^4.17.4",
+ "lodash": "4.17.4",
+ "promise-polyfill": "^6.0.2",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"react-select2": "4.0.2",
- "redux": "3.6.0"
+ "redux": "3.6.0",
+ "whatwg-fetch": "2.0.3"
},
"license": "MIT",
"engines": {