treegen: Add 'bin' field to package.json
This commit is contained in:
parent
4dc5a8e135
commit
49aa1ab9c4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A tool to generate definitions for an arbitrary abstract syntax tree (AST)",
|
"description": "A tool to generate definitions for an arbitrary abstract syntax tree (AST)",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
"bin": {
|
||||||
|
"treegen": "lib/bin/treegen.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha lib/test"
|
"test": "mocha lib/test"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue