Skip to content

Commit

Permalink
fix: use bin file instead of bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fetz committed May 30, 2018
1 parent d93a013 commit b55ad66
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 @@ -3,8 +3,8 @@
"version": "0.0.0-development",
"description": "analyze and measure where you should spend your time optimizing your json files",
"main": "src/lib/json-analyzer.js",
"bin": { "json-analyzer.js": "src/bin/json-analyzer.js" },
"directories": {
"bin": "src/bin",
"doc": "docs",
"lib": "src/lib",
"man": "man"
Expand Down

0 comments on commit b55ad66

Please sign in to comment.