Skip to content

Commit

Permalink
🩹 Fix issues in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsrc committed Aug 12, 2023
1 parent 3b7c894 commit af60cab
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
74 changes: 37 additions & 37 deletions npm-shrinkwrap.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"test": "jest",
"fmt": "prettier --write src/**"
},
"bin": "dist/cli.js",
"bin": {
"graphql-schema-diff": "dist/cli.js"
},
"files": [
"dist/",
"npm-shrinkwrap.json"
Expand All @@ -29,7 +31,7 @@
"homepage": "https://github.com/fabsrc/graphql-schema-diff#readme",
"repository": {
"type": "git",
"url": "https://github.com/fabsrc/graphql-schema-diff"
"url": "git+https://github.com/fabsrc/graphql-schema-diff.git"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "^8.0.0",
Expand Down Expand Up @@ -60,7 +62,7 @@
"typescript": "^5.0.4"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"jest": {
"roots": [
Expand Down

0 comments on commit af60cab

Please sign in to comment.