[package] Add "bin" property to package.json for npm to auto generate exection files.
This commit is contained in:
parent
9a55d60324
commit
173d94f019
@ -14,5 +14,6 @@
|
||||
"url": "https://github.com/marijnh/acorn.git"}],
|
||||
"licenses": [{"type": "MIT",
|
||||
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
|
||||
"scripts": {"test": "node test/run.js"}
|
||||
"scripts": {"test": "node test/run.js"},
|
||||
"bin": {"acorn": "./bin/acorn"}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user