Skip to content

Commit

Permalink
Move some dependencies to devDependencies (apollographql#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer authored Jul 29, 2016
1 parent 790fd30 commit 30da93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@
},
"homepage": "https://github.com/apollostack/apollo-proxy#readme",
"dependencies": {
"express": "^4.14.0",
"graphql": "^0.6.1",
"hapi": "^13.5.0",
"http-errors": "^1.5.0",
"koa": "^2.0.0-alpha.4",
"source-map-support": "^0.4.2"
},
"devDependencies": {
Expand All @@ -53,7 +49,11 @@
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"connect": "^3.4.1",
"express": "^4.14.0",
"graphql": "^0.6.1",
"hapi": "^13.5.0",
"istanbul": "1.0.0-alpha.2",
"koa": "^2.0.0-alpha.4",
"koa-bodyparser": "^3.0.0",
"koa-router": "^7.0.1",
"mocha": "^2.5.3",
Expand Down

0 comments on commit 30da93c

Please sign in to comment.