Skip to content

Commit

Permalink
Update pako, pin uglifyJS at 3.4.8 to avoid codegen bug in 3.4.9:
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Apr 7, 2019
1 parent 75a8cf6 commit fca3bd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node-png": "^0.4.3",
"postcss-cli": "^6.1.2",
"sass": "^1.13.4",
"uglify-js": "^3.4.9"
"uglify-js": "=3.4.8"
},
"scripts": {
"test": "babel-node node_modules/.bin/_mocha -- test/*.js"
Expand All @@ -31,7 +31,7 @@
"bootstrap": "^4.1.3",
"core-js": "^2.5.7",
"jquery": "^3.3.1",
"pako": "1.0.6",
"pako": "^1.0.10",
"popper.js": "^1.14.4",
"random-js": "^1.0.8",
"wolfy87-eventemitter": "^5.2.5"
Expand Down

0 comments on commit fca3bd2

Please sign in to comment.