Skip to content

Commit

Permalink
chore(deps): install egg-bin, mm as devDeps not deps (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardchen authored and dead-horse committed Aug 10, 2019
1 parent 2c86b10 commit d1d65dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"delegates": "^1.0.0",
"depd": "^1.1.2",
"destroy": "^1.0.4",
"egg-bin": "^4.13.0",
"error-inject": "^1.0.0",
"escape-html": "^1.0.3",
"fresh": "~0.5.2",
Expand All @@ -41,7 +40,6 @@
"koa-compose": "^4.1.0",
"koa-convert": "^1.2.0",
"koa-is-json": "^1.0.0",
"mm": "^2.5.0",
"on-finished": "^2.3.0",
"only": "~0.0.2",
"parseurl": "^1.3.2",
Expand All @@ -50,11 +48,13 @@
"vary": "^1.1.2"
},
"devDependencies": {
"egg-bin": "^4.13.0",
"eslint": "^6.0.1",
"eslint-config-koa": "^2.0.0",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"mm": "^2.5.0",
"supertest": "^3.1.0"
},
"engines": {
Expand Down

0 comments on commit d1d65dd

Please sign in to comment.