Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgkar committed Aug 11, 2020
1 parent adb8a95 commit 363b74f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A CLI to bootstrap GraphQL-Express Projects",
"main": "src/index.js",
"bin": {
"@yashgkar/graphql-express-boilerplate": "bin/graphql-express-boilerplate",
"graphql-express-boilerplate": "bin/graphql-express-boilerplate"
"@yashgkar/graphql-express-app": "bin/graphql-express-app",
"graphql-express-app": "bin/graphql-express-app"
},
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
},
"keywords": [
"cli",
"graphql-express-boilerplate",
"graphql-express-app",
"graphql",
"express"
],
Expand Down

0 comments on commit 363b74f

Please sign in to comment.