uglify-js-minify-css-allfiles 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/minify.js +3 -1
- package/package.json +5 -4
package/minify.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uglify-js-minify-css-allfiles",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "you will be able to minify all files as same file names which is js or css",
|
|
5
5
|
"main": "minify.js",
|
|
6
6
|
"type": "module",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./minify.js"
|
|
9
|
+
},
|
|
7
10
|
"scripts": {
|
|
8
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
12
|
},
|
|
@@ -40,9 +43,7 @@
|
|
|
40
43
|
"dependencies": {
|
|
41
44
|
"clean-css": "^4.2.4",
|
|
42
45
|
"uglify-js": "^3.19.2",
|
|
43
|
-
"uglify-js-es6": "^2.8.9"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
+
"uglify-js-es6": "^2.8.9",
|
|
46
47
|
"@babel/core": "^7.25.2",
|
|
47
48
|
"@babel/preset-env": "^7.25.3"
|
|
48
49
|
}
|