deep-clone-map
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "deep-clone-map", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Deep clone and map complex nested objects", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -135,2 +135,3 @@ # Deep Clone Map | ||
``` | ||
<b><i>Note: the library code is ES6, if you don't have an environment that supports it, you will gonna have to transpile the module's code yourself using babel. If you are using webpack and babel you will gonna have to ignore the module specifically in your config. Otherwise you can use the already commonjs ready provided es5 module.</i></b> | ||
@@ -140,3 +141,3 @@ ##### For es5 support | ||
```js | ||
import deepCloneMap from 'deep-clone-map/es5' | ||
import deepCloneMap from 'deep-clone-map/dist/es5' | ||
``` | ||
@@ -146,3 +147,3 @@ | ||
A browser ready bundle is provided in the node module at `dist/browser/index.js` | ||
A browser ready bundle is provided in the node module at `deep-clone-map/dist/browser/index.js` | ||
@@ -149,0 +150,0 @@ #### Deeply clone an object: |
2164959
329