treegen: Add 'bin' field to package.json

This commit is contained in:
Sam Vervaeck 2020-05-09 22:34:50 +02:00
parent 4dc5a8e135
commit 49aa1ab9c4

View file

@ -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"
}, },