0
0
mirror of https://github.com/bobwen-dev/htpdate synced 2025-04-11 23:00:44 +02:00

add bin entry

This commit is contained in:
Bob Wen 2021-11-03 22:49:41 +08:00
parent 26df88412a
commit 91205ba926

View File

@ -42,6 +42,9 @@
"test": "npx coffee index.coffee www.pool.ntp.org"
},
"main": "index.js",
"bin": {
"htpdate": "index.coffee"
},
"engines": {
"node": ">=10.19.0"
},