Skip to content

Commit 9a4244b

Browse files
author
dongxingbin
committed
chore:更新版本号
1 parent 240e2e1 commit 9a4244b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-org-tree",
3-
"version": "0.0.1",
4-
"description": "org tree component of react",
3+
"version": "0.1.0",
4+
"description": "a simple organization tree component based on react",
55
"main": "dist/bundle.js",
66
"files": [
77
"dist",
@@ -11,8 +11,17 @@
1111
"test": "echo \"Error: no test specified\" && exit 1",
1212
"build": "webpack"
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/artdong/react-org-tree.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/artdong/react-org-tree/issues"
20+
},
21+
"homepage": "https://github.com/artdong/react-org-tree/blob/master/README.md",
1422
"keywords": [
1523
"react",
24+
"org",
1625
"tree",
1726
"org-tree",
1827
"react-org-tree",

0 commit comments

Comments
 (0)