File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ __Site B (ES5 browser). WebSocket client (connects to the above WebSocket TCP se
274274 < script type= " text/javascript" src= " /node_modules/whatwg-fetch/fetch.js" >< / script>
275275 < script type= " text/javascript" src= " /node_modules/es6-promise/dist/es6-promise.auto.min.js" >< / script>
276276
277- < script type= " text/javascript" src= " /node_modules/regenerator-runtime/runtime.js" >< / script>
277+ <!-- Already covered by babel - polyfill : script type= " text/javascript" src= " /node_modules/regenerator-runtime/runtime.js" >< / script-- >
278278 < script type= " text/javascript" src= " /builds/browser/es5/jsonrpc.min.js" >< / script>
279279
280280 < script>
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 88 < script type ="text/javascript " src ="/node_modules/whatwg-fetch/fetch.js "> </ script >
99 < script type ="text/javascript " src ="/node_modules/es6-promise/dist/es6-promise.auto.min.js "> </ script >
1010
11- <!--script type="text/javascript" src="/node_modules/regenerator-runtime/runtime.js"></script-->
11+ <!-- Already covered by babel-polyfill: script type="text/javascript" src="/node_modules/regenerator-runtime/runtime.js"></script-->
1212 < script type ="text/javascript " src ="/builds/browser/es5/jsonrpc.min.js "> </ script >
1313
1414 < script type ="text/javascript " src ="/tests/Browser/TestEndpoint.js "> </ script >
You can’t perform that action at this time.
0 commit comments