We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdc76c commit 005b2b4Copy full SHA for 005b2b4
package.json
@@ -40,7 +40,9 @@
40
"jssha": "^2.2.0",
41
"node-fetch": "^1.6.3",
42
"whatwg-fetch": "^2.0.3",
43
- "ws": "^2.2.3"
+ "ws": "^2.2.3",
44
+ "babel-polyfill": "^6.23.0",
45
+ "babel-runtime": "^6.23.0"
46
},
47
"devDependencies": {
48
"@types/node": "^7.0.13",
@@ -49,10 +51,8 @@
49
51
"babel-loader": "^6.4.1",
50
52
"babel-plugin-async-to-promises": "^1.0.5",
53
"babel-plugin-remove-comments": "^2.0.0",
- "babel-polyfill": "^6.23.0",
54
"babel-preset-es2015": "^6.24.1",
55
"babel-preset-stage-3": "^6.24.1",
- "babel-runtime": "^6.23.0",
56
"eslint": "^3.19.0",
57
"eslint-plugin-jsdoc": "^3.0.2",
58
"phantom": "^4.0.2",
0 commit comments