Update Package.json, added bin tag to make it easier to run

pull/3/head
LeoOuyang24 2021-10-22 13:05:18 -07:00 committed by GitHub
parent e2e53fb20f
commit 3f6c5c471a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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": {