We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240e2e1 commit 9a4244bCopy full SHA for 9a4244b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-org-tree",
3
- "version": "0.0.1",
4
- "description": "org tree component of react",
+ "version": "0.1.0",
+ "description": "a simple organization tree component based on react",
5
"main": "dist/bundle.js",
6
"files": [
7
"dist",
@@ -11,8 +11,17 @@
11
"test": "echo \"Error: no test specified\" && exit 1",
12
"build": "webpack"
13
},
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",
22
"keywords": [
23
"react",
24
+ "org",
25
"tree",
26
"org-tree",
27
"react-org-tree",
0 commit comments