This commit is contained in:
郑杰
2018-12-22 21:18:11 +08:00
parent e43418f019
commit 380fdbaf9c

View File

@@ -1,9 +1,9 @@
{ {
"name": "eladmin-qt", "name": "eladmin-qt",
"version": "3.8.0", "version": "1.0",
"license": "MIT", "license": "Apache License 2.0",
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", "description": "eladmin 前端代码",
"author": "Pan <panfree23@gmail.com>", "author": "jie <zhengjie@tom.com>",
"scripts": { "scripts": {
"dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "dev": "cross-env BABEL_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build": "cross-env NODE_ENV=production env_config=prod node build/build.js", "build": "cross-env NODE_ENV=production env_config=prod node build/build.js",
@@ -13,8 +13,8 @@
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
}, },
"repository": { "repository": {
"type": "git", "type": "github",
"url": "https://gitee.com/elunez/eladmin-qt" "url": "https://github.com/elunez/eladmin-qd"
}, },
"dependencies": { "dependencies": {
"axios": "0.18.0", "axios": "0.18.0",