Skip to content

Commit

Permalink
fix accidental package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Mar 9, 2024
1 parent 1f46654 commit a51831e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immer",
"version": "10.0.3-beta",
"version": "10.0.0-beta.6",
"description": "Create your next immutable state by mutating the current one",
"main": "./dist/cjs/index.js",
"module": "./dist/immer.legacy-esm.js",
Expand All @@ -12,7 +12,7 @@
}
},
"jsnext:main": "dist/immer.mjs",
"react-native": "./dist/immer.legacy-esm.js",
"react-native": "dist/immer.mjs",
"source": "src/immer.ts",
"types": "./dist/immer.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit a51831e

Please sign in to comment.