Skip to content

Commit

Permalink
Update terser minifier to version 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Sep 19, 2019
1 parent de01ab1 commit 6c3ce7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ N/A
* The `core-js` npm package used by `ecmascript-runtime-client` and
`ecmascript-runtime-server` has been updated to version 3.1.4.

* The `terser` npm package used by `minifier-js` (and indirectly by
`standard-minifier-js`) has been updated to version 4.3.1.

* The `node-gyp` npm package has been updated to version 5.0.1, and
`node-pre-gyp` has been updated to 0.13.0.

Expand Down
18 changes: 9 additions & 9 deletions packages/minifier-js/.npm/package/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions packages/minifier-js/package.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.4.1"
version: "2.5.0"
});

Npm.depends({
terser: "3.16.1"
terser: "4.3.1"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 6c3ce7b

Please sign in to comment.