Skip to content

Commit

Permalink
deps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 2, 2020
1 parent 9abb15a commit d334d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
"name": "graphql-typed-document-node",
"version": "1.0.0",
"private": true,
"workspaces": {
"packages": [
"./examples/*",
"./packages/*"
],
"nohoist": [
"apollo-client-example/@apollo/client",
"graphql-example/graphql"
]
},
"workspaces": [
"./examples/*",
"./packages/*"
],
"scripts": {
"release": "node scripts/release.js",
"lint": "eslint --ext .ts .",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"semver": "7.3.2"
},
"devDependencies": {
"bob-the-bundler": "1.1.0",
"@types/tmp": "0.2.0",
"tmp": "0.2.1",
"@types/semver": "7.3.1",
Expand All @@ -37,7 +38,9 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"buildOptions": {
"copy": ["src/patches/*.patch"],
"copy": [
"src/patches/*.patch"
],
"bin": {
"patch-typed-document-node": {
"input": "src/patch-cli.ts"
Expand Down

0 comments on commit d334d48

Please sign in to comment.