Skip to content

Commit ddd2efc

Browse files
committed
2.0.0-rc.24
1 parent a39df49 commit ddd2efc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "graphql-faker",
3-
"version": "2.0.0-rc.23",
3+
"version": "2.0.0-rc.24",
44
"description": "Mock or extend your GraphQL API with faked data. No coding required",
55
"main": "dist/index.js",
6-
"bin": "dist/index.js",
6+
"bin": {
7+
"graphql-faker": "dist/index.js"
8+
},
79
"engines": {
810
"node": ">= 12.x"
911
},

0 commit comments

Comments
 (0)