Skip to content

Commit

Permalink
Downgrade meow to maintain support for commonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-vlc committed Apr 3, 2022
1 parent 1265606 commit beabd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uglifyjs-folder",
"description": "Run terser on a folder and minify the result in a single file",
"version": "3.1.1",
"version": "3.1.2",
"homepage": "https://github.com/ionutvmi/uglifyjs-folder",
"author": {
"name": "Mihai Ionut Vilcu",
Expand Down Expand Up @@ -50,7 +50,7 @@
"extend": "3.0.2",
"globby": "11.0.1",
"graceful-fs": "4.2.9",
"meow": "10.1.2",
"meow": "9.0.0",
"mkdirp": "1.0.4",
"terser": "5.12.1"
},
Expand Down

0 comments on commit beabd1e

Please sign in to comment.