chore: use package.json.files to trim bloat

This commit is contained in:
AJ ONeal 2022-03-09 23:43:03 -07:00
parent 6a095b0966
commit ff996abbc0
No known key found for this signature in database
GPG Key ID: 585419CA6DB0AA23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "1.1.1",
"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"],
"scripts": {
"test": "node ./test.js",
"build": "uglifyjs ./xtz.js > ./xtz.min.js ; gzip -k -f ./xtz.min.js"