Skip to content

Commit beabd1e

Browse files
committed
Downgrade meow to maintain support for commonJS
1 parent 1265606 commit beabd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uglifyjs-folder",
33
"description": "Run terser on a folder and minify the result in a single file",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"homepage": "https://github.com/ionutvmi/uglifyjs-folder",
66
"author": {
77
"name": "Mihai Ionut Vilcu",
@@ -50,7 +50,7 @@
5050
"extend": "3.0.2",
5151
"globby": "11.0.1",
5252
"graceful-fs": "4.2.9",
53-
"meow": "10.1.2",
53+
"meow": "9.0.0",
5454
"mkdirp": "1.0.4",
5555
"terser": "5.12.1"
5656
},

0 commit comments

Comments
 (0)