Skip to content

Commit 005b2b4

Browse files
author
ionut.stan
committed
Small dependency fix.
1 parent bfdc76c commit 005b2b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"jssha": "^2.2.0",
4141
"node-fetch": "^1.6.3",
4242
"whatwg-fetch": "^2.0.3",
43-
"ws": "^2.2.3"
43+
"ws": "^2.2.3",
44+
"babel-polyfill": "^6.23.0",
45+
"babel-runtime": "^6.23.0"
4446
},
4547
"devDependencies": {
4648
"@types/node": "^7.0.13",
@@ -49,10 +51,8 @@
4951
"babel-loader": "^6.4.1",
5052
"babel-plugin-async-to-promises": "^1.0.5",
5153
"babel-plugin-remove-comments": "^2.0.0",
52-
"babel-polyfill": "^6.23.0",
5354
"babel-preset-es2015": "^6.24.1",
5455
"babel-preset-stage-3": "^6.24.1",
55-
"babel-runtime": "^6.23.0",
5656
"eslint": "^3.19.0",
5757
"eslint-plugin-jsdoc": "^3.0.2",
5858
"phantom": "^4.0.2",

0 commit comments

Comments
 (0)