Skip to content

Commit b7c8079

Browse files
committed
doc: update package.json
1 parent 543a992 commit b7c8079

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@
44
"description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "Pan <panfree23@gmail.com>",
66
"license": "MIT",
7-
"private": true,
87
"scripts": {
98
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
109
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
1110
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
1211
"lint": "eslint --ext .js,.vue src",
1312
"test": "npm run lint"
1413
},
14+
"keywords": [
15+
"vue",
16+
"element-ui",
17+
"admin",
18+
"management-system",
19+
"admin-template"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
24+
},
25+
"bugs": {
26+
"url": "https://github.com/PanJiaChen/vue-element-admin/issues"
27+
},
1528
"dependencies": {
1629
"axios": "0.17.1",
1730
"clipboard": "1.7.1",

0 commit comments

Comments
 (0)