1
0
mirror of synced 2026-02-04 16:07:51 +08:00

only triggers on Sunday

This commit is contained in:
wheatup
2021-04-09 20:26:07 +09:00
parent 30a0674832
commit b2ca7f2803
5 changed files with 25 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
"build": "uglifyjs --compress --mangle --output build/lodash_utils.min.js -- index.js"
},
"keywords": [],
"author": "",