fix lint
Showing
.editorconfig
0 → 100644
.idea/codeStyleSettings.xml
0 → 100644
.idea/watcherTasks.xml
0 → 100644
This diff is collapsed.
... | ... | @@ -9,7 +9,7 @@ |
"aliyun-oss-upload-stream": "^1.3.0", | ||
"aliyun-sdk": "^1.9.22", | ||
"aria2": "^3.0.0", | ||
"async-busboy": "^0.3.4", | ||
"async-busboy": "^0.4.0", | ||
"bluebird": "^3.5.0", | ||
"dot-env": "^0.0.1", | ||
"dotenv": "^4.0.0", | ||
... | ... | @@ -18,7 +18,7 @@ |
"iridium": "^7.1.6", | ||
"is-zip": "^1.0.0", | ||
"koa": "^2.0.0", | ||
"koa-bodyparser": "^3.2.0", | ||
"koa-bodyparser": "^4.2.0", | ||
"koa-hbs": "next", | ||
"koa-log4": "^2.1.0", | ||
"koa-router": "^7.0.1", | ||
... | ... | @@ -40,14 +40,14 @@ |
"@types/log4js": "0.0.32", | ||
"@types/mongodb": "^2.1.36", | ||
"@types/mongoose": "^4.7.8", | ||
"@types/node": "^6.0.55", | ||
"@types/node": "^7.0.13", | ||
"@types/pluralize": "0.0.27", | ||
"@types/tmp": "0.0.32", | ||
"@types/uuid": "^2.0.29", | ||
"concurrently": "^3.1.0", | ||
"lite-server": "^2.2.2", | ||
"nodemon": "^1.11.0", | ||
"tslint": "^3.15.1", | ||
"tslint": "^5.1.0", | ||
"typescript": "^2.1.4" | ||
} | ||
} |
src/checksum.ts
deleted
100644 → 0
tslint.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment