Skip to content

Commit

Permalink
Merge pull request #378 from harryadel/feature/update-uglify-js
Browse files Browse the repository at this point in the history
[spacebars-compiler] Update uglify-js to 3.16.1
  • Loading branch information
StorytellerCZ authored Jul 28, 2022
2 parents e74d532 + f5dba61 commit 871501c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 90 deletions.
91 changes: 3 additions & 88 deletions packages/spacebars-compiler/.npm/package/npm-shrinkwrap.json

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

1 change: 0 additions & 1 deletion packages/spacebars-compiler/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export function beautify (code) {
}

var result = UglifyJSMinify(code, {
fromString: true,
mangle: false,
compress: false,
output: {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacebars-compiler/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Npm.depends({
'uglify-js': '2.7.5'
'uglify-js': '3.16.1'
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 871501c

Please sign in to comment.