Skip to content

Commit 9f40545

Browse files
committed
fixes issue #8
1 parent 283e018 commit 9f40545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "immutable-arrays",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Immutable versions of normally mutable array methods",
55
"main": "dist/immutable-arrays.cjs.js",
66
"module": "dist/immutable-arrays.esm.js",
7-
"browser": "dist/immutable-arrays.umd.js",
7+
"unpkg": "dist/immutable-arrays.umd.min.js",
88
"files": [
99
"src/",
1010
"dist/"

0 commit comments

Comments
 (0)