Skip to content

Commit 83ba509

Browse files
authored
Update package.json
1 parent b179748 commit 83ba509

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,9 @@
1717
"loopback-datasource-juggler": "^2.39.0",
1818
"serve-favicon": "^2.0.1",
1919
"vue-resource": "^0.1.17",
20+
"vue-router": "^0.7.11",
2021
"vueify": "^6.0.0"
2122
},
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/qxl1231/generator-loopback-vue.git"
25-
},
26-
"keywords": [
27-
"loopback-vue",
28-
"node",
29-
"js"
30-
],
31-
"author": "qiangxl",
32-
"license": "MIT",
3323
"devDependencies": {
3424
"babel-plugin-transform-runtime": "^6.1.2",
3525
"babel-preset-es2015": "^6.1.2",
@@ -40,10 +30,21 @@
4030
"mermaid": "^0.5.5",
4131
"vue": "^1.0.7",
4232
"vue-hot-reload-api": "^1.2.1",
43-
"vueify": "^6.0.0",
4433
"vueify-insert-css": "^1.0.0",
4534
"watchify": "^3.6.0"
4635
},
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/qxl1231/generator-loopback-vue.git"
39+
},
40+
"keywords": [
41+
"loopback-vue",
42+
"node",
43+
"js"
44+
],
45+
"author": "qiangxl",
46+
"license": "MIT",
47+
4748

4849
"description": "generator-loopback-vue",
4950
"config": {

0 commit comments

Comments
 (0)