Skip to content

Commit

Permalink
fix: incorrect bin link in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jun 2, 2018
1 parent 9515dbc commit 237ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"preferGlobal": true,
"bin": {
"garden": "./src/bin/garden.js"
"garden": "./dist/src/bin/garden.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 237ce85

Please sign in to comment.