immutable 4.0.0-rc.8 → 4.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/immutable-nonambient.d.ts +464 -466
- package/dist/immutable.d.ts +464 -466
- package/dist/immutable.es.js +1 -1
- package/dist/immutable.js +1 -1
- package/dist/immutable.js.flow +49 -39
- package/dist/immutable.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ map1.get('b') + " vs. " + map2.get('b') // 2 vs. 50
|
|
|
51
51
|
|
|
52
52
|
### Browser
|
|
53
53
|
|
|
54
|
-
Immutable.js has no
|
|
54
|
+
Immutable.js has no dependencies, which makes it predictable to include in a Browser.
|
|
55
55
|
|
|
56
56
|
It's highly recommended to use a module bundler like [webpack](https://webpack.github.io/),
|
|
57
57
|
[rollup](https://rollupjs.org/), or
|