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",
|
||||
"description": "A tool to generate definitions for an arbitrary abstract syntax tree (AST)",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"treegen": "lib/bin/treegen.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha lib/test"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue