Skip to content

Commit b55ad66

Browse files
committed
fix: use bin file instead of bin directory
1 parent d93a013 commit b55ad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0-development",
44
"description": "analyze and measure where you should spend your time optimizing your json files",
55
"main": "src/lib/json-analyzer.js",
6+
"bin": { "json-analyzer.js": "src/bin/json-analyzer.js" },
67
"directories": {
7-
"bin": "src/bin",
88
"doc": "docs",
99
"lib": "src/lib",
1010
"man": "man"

0 commit comments

Comments
 (0)