Update Package.json, added bin tag to make it easier to run
parent
e2e53fb20f
commit
3f6c5c471a
|
@ -7,6 +7,9 @@
|
|||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"bin": {
|
||||
"fpb-parse": "./index.js"
|
||||
},
|
||||
"author": "Nick Quidas",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue