forked from apollographql/apollo-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|