This commit is contained in:
AJ ONeal 2022-03-09 23:47:19 -07:00
parent bf0130780d
commit a195b6c5d5
No known key found for this signature in database
GPG Key ID: 585419CA6DB0AA23
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
{
"name": "xtz",
"version": "1.1.1",
"version": "1.2.0",
"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",
"files": ["xtz.js", "tolocalisostring.js"],
"files": [
"xtz.js",
"tolocalisostring.js"
],
"scripts": {
"test": "node ./test.js",
"build": "uglifyjs ./xtz.js > ./xtz.min.js ; gzip -k -f ./xtz.min.js"