Fixed playbar + better minify

This commit is contained in:
TheGreyDiamond
2022-01-05 14:51:20 +01:00
parent 506f5acdb3
commit 8c4a54494d
7 changed files with 91 additions and 38 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "minifyall",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": "./minifyAllSrcs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TheGreydiamond",
"license": "GPL-3.0",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"dependencies": {
"glob": "^7.2.0"
}
}