Skip to content

Commit

Permalink
fix(create-hops-app): remove @next bin hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Apr 4, 2019
1 parent 58212da commit 3949fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"node": ">=8.10.0"
},
"bin": {
"create-hops-app": "./index.js",
"create-hops-app@next": "./index.js"
"create-hops-app": "./index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3949fb1

Please sign in to comment.