summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-08 22:50:31 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-08 22:50:31 +0200
commitd691b26b23ae9321bb431fa5c12bf75d55e5f13a (patch)
treec3d6a77a27120b6860b51af8e3836f8e8d8e633e /package.json
parent43f3f900ed3b3664a2a38e24f5b3a49a1d33f21b (diff)
Add babel polyfill to fix ES6 behavior
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 355f6a9..4964228 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"main": "geshem.js",
"dependencies": {
"babel-loader": "^6.2.0",
+ "babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",