Skip to content

Commit

Permalink
Merge pull request #178 from swissspidy/dependabot/npm_and_yarn/uglif…
Browse files Browse the repository at this point in the history
…y-js-3.8.1

Bump uglify-js from 3.8.0 to 3.8.1
  • Loading branch information
swissspidy authored Apr 2, 2020
2 parents 4e65cb0 + 16aa81a commit ea5521a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nodemon": "^2.0.2",
"postcss": "^7.0.27",
"rtlcss": "^2.5.0",
"uglify-js": "^3.8.0"
"uglify-js": "^3.8.1"
},
"scripts": {
"uglifyjs": "find js -type f -name '*.js' ! -name '*.min.js' -maxdepth 1 | while read FILE ; do uglifyjs \"${FILE}\" -o \"${FILE%.js}.min.js\" ; done",
Expand Down

0 comments on commit ea5521a

Please sign in to comment.