diff options
author | Jose <jose@zeroc.com> | 2019-09-13 13:16:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-09-13 13:19:52 +0200 |
commit | 498731a6548adac226a5d67b7bd8b0d8e47371b9 (patch) | |
tree | 5f5ffe25bd5cb8993a11669bfad4a418c9983ebc /js | |
parent | Fixed IceGrid/replicaGroup test failure, fixes #526 (diff) | |
download | ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.bz2 ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.xz ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.zip |
Misc updates to README files
Diffstat (limited to 'js')
-rw-r--r-- | js/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md index a98efb32a44..9921f7875cb 100644 --- a/js/README.md +++ b/js/README.md @@ -62,8 +62,9 @@ subdirectory, including compressed and minified versions. For older browsers that do not support all of the required ECMAScript 6 features used by Ice for JavaScript, we provide pre-compiled versions of the libraries using the [Babel][2] JavaScript compiler. These libraries -depend on the babel polyfill run time and are available in the `lib/es5` -subdirectory with the same names as the main libraries. +depend on the `core-js`[3] and `regenerator-runtime`[4] packages +and are available in the `lib/es5` subdirectory with the same names as +the main libraries. ## Running the JavaScript Tests @@ -200,3 +201,5 @@ library files located in the `lib` directory to your web server. [1]: https://zeroc.com/distributions/ice [2]: https://babeljs.io +[3]: https://www.npmjs.com/package/core-js +[4]: https://www.npmjs.com/package/regenerator-runtime |