We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d058c5 commit 9050886Copy full SHA for 9050886
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mutability",
3
- "version": "0.3.2",
+ "version": "1.0.0",
4
"description": "A JavaScript library for transactional mutable updates",
5
"main": "dist/index.cjs.js",
6
"unpkg": "dist/index.umd.js",
@@ -34,9 +34,11 @@
34
},
35
"homepage": "https://github.com/mutativejs/mutability#readme",
36
"keywords": [
37
+ "transaction",
38
"transactional mutable updates",
39
"transactional updates",
- "mutative"
40
+ "mutative",
41
+ "transactional"
42
],
43
"devDependencies": {
44
"@rollup/plugin-commonjs": "^24.0.1",
0 commit comments