fix: package.json bug

This commit is contained in:
suxiaoxin 2017-10-05 14:17:24 +08:00
parent 03acd892df
commit 50f75db39c
3 changed files with 6 additions and 10 deletions

3
.gitignore vendored
View File

@ -42,4 +42,5 @@ dev/
.tags1
tsconfig.json
client/plugin-module.js
package-lock.json
package-lock.json
.vscode

View File

@ -1,3 +0,0 @@
//
{
}

View File

@ -22,7 +22,6 @@
"clipboard": "^1.7.1",
"fs-extra": "^3.0.1",
"happypack": "^4.0.0-beta.5",
"json-schema-faker": "^0.5.0-rc11",
"json5": "^0.5.1",
"jsonwebtoken": "^7.4.1",
"koa": "^2.0.0",
@ -41,17 +40,16 @@
"mongoose-auto-increment": "^5.0.1",
"nodemailer": "^4.0.1",
"ora": "^1.3.0",
"prop-types": "^15.5.10",
"rc-queue-anim": "^1.2.0",
"rc-scroll-anim": "^1.0.7",
"request": "^2.81.0",
"sha1": "^1.1.1",
"underscore": "^1.8.3",
"universal-cookie": "^2.0.8",
"url": "^0.11.0",
"yapi-plugin-qsso": "^1.0.5"
"url": "^0.11.0"
},
"devDependencies": {
"prop-types": "^15.5.10",
"rc-queue-anim": "^1.2.0",
"rc-scroll-anim": "^1.0.7",
"assets-webpack-plugin": "^3.5.1",
"babel": "^6.5.2",
"babel-core": "^6.8.0",