Browse Source

add build command

translate
AJ ONeal 3 years ago
parent
commit
8b8af276ef
  1. 3
      package.json

3
package.json

@ -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.", "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", "main": "xtz.js",
"scripts": { "scripts": {
"test": "node ./test.js" "test": "node ./test.js",
"build": "uglifyjs ./xtz.js > ./xtz.min.js ; gzip -k -f ./xtz.min.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save