Skip to content

Commit

Permalink
Moved @types packages
Browse files Browse the repository at this point in the history
Moved @types packages from devDependencies to dependencies per apollographql#713
  • Loading branch information
antmdvs committed Oct 2, 2016
1 parent d8a345c commit c64fc8e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"author": "Sashko Stubailo <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/async": "^2.0.31",
"@types/chai": "^3.4.32",
"@types/chai-as-promised": "0.0.28",
"@types/isomorphic-fetch": "0.0.30",
"@types/lodash": "^4.14.34",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"@types/promises-a-plus": "0.0.26",
"@types/redux": "^3.5.29",
"@types/sinon": "^1.16.29",
"es6-promise": "^4.0.3",
"graphql-tag": "^0.1.13",
"lodash.assign": "^4.0.8",
Expand All @@ -63,16 +73,6 @@
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"@types/async": "^2.0.31",
"@types/chai": "^3.4.32",
"@types/chai-as-promised": "0.0.28",
"@types/isomorphic-fetch": "0.0.30",
"@types/lodash": "^4.14.34",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"@types/promises-a-plus": "0.0.26",
"@types/redux": "^3.5.29",
"@types/sinon": "^1.16.29",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
Expand Down

0 comments on commit c64fc8e

Please sign in to comment.