Skip to content

Commit

Permalink
build(package): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Feb 25, 2024
1 parent d8fb6f4 commit efa6b68
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,8 +1,8 @@
{
"name": "mutability",
"version": "0.2.2",
"version": "0.2.3",
"description": "A JavaScript library for transactional mutable updates",
"main": "lib/index.cjs.js",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit efa6b68

Please sign in to comment.