Skip to content

Commit

Permalink
fix(): remove optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 22, 2020
1 parent ec33cd2 commit a2d06a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 84 deletions.
87 changes: 5 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -72,8 +72,7 @@
"optionalDependencies": {
"@apollo/federation": "^0.13.0",
"@apollo/gateway": "^0.13.0",
"ts-morph": "^7.0.0",
"type-graphql": "^0.17.3"
"ts-morph": "^7.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit a2d06a5

Please sign in to comment.