Skip to content

Commit 1f1d243

Browse files
committed
build(version): bump the version
1 parent 7e2d7ee commit 1f1d243

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-model",
3-
"version": "3.0.0-rc.0",
3+
"version": "3.0.0",
44
"description": "The State management library for React",
55
"main": "./dist/react-model.js",
66
"umd:main": "./dist/react-model.umd.js",
@@ -13,12 +13,7 @@
1313
"test": "jest --silent",
1414
"test:coverage": "jest --collect-coverage --silent"
1515
},
16-
"keywords": [
17-
"react",
18-
"model",
19-
"state-management",
20-
"react-hooks"
21-
],
16+
"keywords": ["react", "model", "state-management", "react-hooks"],
2217
"author": "ArrayZoneYour <hustliyidong@gmail.com>",
2318
"license": "MIT",
2419
"dependencies": {

0 commit comments

Comments
 (0)