mirror of
https://github.com/therootcompany/tz.js
synced 2025-03-02 14:40:48 +00:00
add build command
This commit is contained in:
parent
72f68a10f0
commit
8b8af276ef
@ -4,7 +4,8 @@
|
||||
"description": "A fast, lightweight, zero-dependency library to translate between Time Zones and UTC with native Intl.DateTimeFormat in ~100 LoC. For Node.js & Browsers.",
|
||||
"main": "xtz.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
"test": "node ./test.js",
|
||||
"build": "uglifyjs ./xtz.js > ./xtz.min.js ; gzip -k -f ./xtz.min.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user