Skip to content

Commit bc3951b

Browse files
committed
Add Cli Bin
1 parent 31082a5 commit bc3951b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
66
"author": "Nick Ingalls <nick@ingalls.ca>",
77
"types": "index.ts",
8+
"bin": {
9+
"cot": "./cli.ts"
10+
},
811
"exports": {
912
".": {
1013
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)