Skip to content

Commit

Permalink
fix binary for npx
Browse files Browse the repository at this point in the history
  • Loading branch information
aspehler committed Apr 20, 2021
1 parent 4ded638 commit 4bae458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableside",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI to create boilerplates",
"keywords": [
"boilerplate",
Expand All @@ -13,6 +13,7 @@
"url": "https://twitter.com/ASpehler"
},
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 4bae458

Please sign in to comment.