chore: use package.json.files to trim bloat
This commit is contained in:
parent
6a095b0966
commit
ff996abbc0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue