diff --git a/package-lock.json b/package-lock.json index 5cedd1e..a5b6b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "graphql-faker", - "version": "2.0.0-rc.23", + "version": "2.0.0-rc.24", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.0-rc.23", + "version": "2.0.0-rc.24", "license": "MIT", "dependencies": { "body-parser": "1.19.0", diff --git a/package.json b/package.json index 3ca7e83..e177af4 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "graphql-faker", - "version": "2.0.0-rc.23", + "version": "2.0.0-rc.24", "description": "Mock or extend your GraphQL API with faked data. No coding required", "main": "dist/index.js", - "bin": "dist/index.js", + "bin": { + "graphql-faker": "dist/index.js" + }, "engines": { "node": ">= 12.x" },