8000 up · flymeow/reactvue-cli@6604665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6604665

Browse files
committed
up
1 parent f5744b7 commit 6604665

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactvue-cli",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "reactvue-cli",
55
"main": "./bin/ReactVue.js",
66
"bin": {
@@ -23,6 +23,18 @@
2323
"shelljs": "^0.8.1",
2424
"urllib": "^2.27.0"
2525
},
26+
"directories": {
27+
"lib": "lib"
28+
},
29+
"keywords": [
30+
"reactvue-cli"
31+
],
2632
"repository": {
27-
}
33+
"type": "git",
34+
"url": "git+https://github.com/flymeow/reactvue-cli.git"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/flymeow/reactvue-cli/issues"
38+
},
39+
"homepage": "https://github.com/flymeow/reactvue-cli#readme"
2840
}

0 commit comments

Comments
 (0)
0