mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2026-03-31 19:30:24 +02:00
Fixed playbar + better minify
This commit is contained in:
16
tooling/minifyAll/package.json
Normal file
16
tooling/minifyAll/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user