Skip to content

Commit

Permalink
fix(deps): moved @types to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk authored Jan 5, 2018
1 parent 8ac5559 commit 7e89594
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 @@ -40,6 +40,8 @@
},
"devDependencies": {
"@types/node": "8.5.7",
"@types/graphql": "0.11.7",
"@types/lodash": "4.14.85",
"ava": "0.24.0",
"ava-ts": "0.23.0",
"nyc": "11.4.1",
Expand All @@ -51,8 +53,6 @@
"typescript": "2.6.2"
},
"dependencies": {
"@types/graphql": "0.11.7",
"@types/lodash": "^4.14.85",
"graphql": "^0.12.3",
"lodash": "^4.17.4"
}
Expand Down

0 comments on commit 7e89594

Please sign in to comment.