[package] Add "bin" property to package.json for npm to auto generate exection files.

This commit is contained in:
zsjforcn 2013-02-27 14:23:52 +08:00 committed by Marijn Haverbeke
parent 9a55d60324
commit 173d94f019

View File

@ -14,5 +14,6 @@
"url": "https://github.com/marijnh/acorn.git"}], "url": "https://github.com/marijnh/acorn.git"}],
"licenses": [{"type": "MIT", "licenses": [{"type": "MIT",
"url": "http://marijnhaverbeke.nl/acorn/LICENSE"}], "url": "http://marijnhaverbeke.nl/acorn/LICENSE"}],
"scripts": {"test": "node test/run.js"} "scripts": {"test": "node test/run.js"},
"bin": {"acorn": "./bin/acorn"}
} }