diff --git a/package.json b/package.json index 7bc0ef4f47..d4e7272f78 100644 --- a/package.json +++ b/package.json @@ -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"} }