Skip to content

Commit af60cab

Browse files
committed
🩹 Fix issues in package.json
1 parent 3b7c894 commit af60cab

File tree

2 files changed

+42
-40
lines changed

2 files changed

+42
-40
lines changed

npm-shrinkwrap.json

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"test": "jest",
1212
"fmt": "prettier --write src/**"
1313
},
14-
"bin": "dist/cli.js",
14+
"bin": {
15+
"graphql-schema-diff": "dist/cli.js"
16+
},
1517
"files": [
1618
"dist/",
1719
"npm-shrinkwrap.json"
@@ -29,7 +31,7 @@
2931
"homepage": "https://github.com/fabsrc/graphql-schema-diff#readme",
3032
"repository": {
3133
"type": "git",
32-
"url": "https://github.com/fabsrc/graphql-schema-diff"
34+
"url": "git+https://github.com/fabsrc/graphql-schema-diff.git"
3335
},
3436
"dependencies": {
3537
"@graphql-tools/graphql-file-loader": "^8.0.0",
@@ -60,7 +62,7 @@
6062
"typescript": "^5.0.4"
6163
},
6264
"engines": {
63-
"node": ">= 12"
65+
"node": ">= 16"
6466
},
6567
"jest": {
6668
"roots": [

0 commit comments

Comments
 (0)