Skip to content

Commit 60aa610

Browse files
author
Administrator
committed
version info
1 parent 863983c commit 60aa610

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@code4bones/react-cascade-forms",
3-
"version": "1.0.2",
3+
"version": "1.0",
44
"main": "build/index.js",
55
"module": "build/index.esm.js",
66
"files": [
77
"build"
88
],
99
"types": "build/index.d.ts",
10-
"description": "Tree Menu with Property Grid",
10+
"description": "React state-driven controls renderer",
1111
"scripts": {
1212
"build": "rollup -c",
1313
"storybook": "start-storybook -p 6006",
@@ -22,11 +22,9 @@
2222
"url": "git+https://github.com/code4bones/react-cascade-forms.git"
2323
},
2424
"keywords": [
25-
"Tree",
26-
"Menu",
27-
"TreeMenu",
28-
"Sidebar Navigation",
29-
"Property Grid",
25+
"Forms",
26+
"State",
27+
"Controls",
3028
"React",
3129
"Typescript",
3230
"Less",

0 commit comments

Comments
 (0)