Skip to content

Commit

Permalink
deps: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and fengmk2 committed Aug 13, 2018
1 parent 0e59892 commit 976ab6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
4 changes: 3 additions & 1 deletion .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ module.exports = {
'test',
'benchmark',
],
dep: [
"@types/sequelize",
],
devdep: [
'egg',
'egg-bin',
'autod',
'eslint',
'eslint-config-egg',
'supertest',
'webstorm-disable-index',
],
exclude: [
Expand Down
15 changes: 0 additions & 15 deletions appveyor.yml

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"orm"
],
"dependencies": {
"@types/sequelize": "^4.4.2",
"mkdirp": "^0.5.1",
"@types/sequelize": "^4.27.24",
"mz-modules": "^2.1.0",
"sequelize": "^4.38.0"
},
Expand All @@ -25,8 +24,7 @@
"egg-mock": "^3.19.2",
"eslint": "^5.3.0",
"eslint-config-egg": "^7.0.0",
"mysql2": "^1.3.4",
"webstorm-disable-index": "^1.2.0"
"mysql2": "^1.6.1"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 976ab6c

Please sign in to comment.