mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Correct graphql-extensions
package dependencies.
Both the `apollo-server-core` and `apollo-server-env` packages are listed as `devDependencies` for `graphql-extensions` even though they are both directly depended upon at runtime. While this frequently works out because of other peer dependencies, it certainly should have its dependencies properly declared. Closes: https://github.com/apollographql/apollo-server/issues/1963
This commit is contained in:
parent
85e9094f6c
commit
88d8102e23
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@
|
||||||
"node": ">=6.0"
|
"node": ">=6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollographql/apollo-tools": "^0.2.6"
|
"@apollographql/apollo-tools": "^0.2.6",
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"apollo-server-core": "file:../apollo-server-core",
|
"apollo-server-core": "file:../apollo-server-core",
|
||||||
"apollo-server-env": "file:../apollo-server-env"
|
"apollo-server-env": "file:../apollo-server-env"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue