Skip to content

Commit

Permalink
Upgrade uglify-es
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and rwaldron committed Dec 7, 2017
1 parent ca1b5a4 commit f9a5d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tar": "^2.1.1",
"tar-fs": "^1.13.2",
"tar-stream": "^1.3.0",
"uglify-es": "3.1.3",
"uglify-es": "3.2.0",
"uglify-js": "3.1.3",
"unbzip2-stream": "^1.0.10",
"update-notifier": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/deployment/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ exports['deployment.js.tarBundle'] = {

const minified = this.compress.lastCall.returnValue;

test.equal(minified, 'const e=require("tessel"),{2:o,3:l}=e.led;o.on(),setInterval(()=>{o.toggle(),l.toggle()},100),console.log(`I\'m blinking! (Press CTRL + C to stop)`);');
test.equal(minified, 'const e=require("tessel"),{2:o,3:l}=e.led;o.on(),setInterval(()=>{o.toggle(),l.toggle()},100),console.log("I\'m blinking! (Press CTRL + C to stop)");');

// Extract and inspect the bundle...
extract(bundle, (error, entries) => {
Expand Down

0 comments on commit f9a5d18

Please # to comment.