Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
fix(package): use exact uglify-es version (dependencies) (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois authored and joshwiens committed Dec 27, 2017
1 parent 966987c commit 2e2ed36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"serialize-javascript": "^1.4.0",
"schema-utils": "^0.3.0",
"source-map": "^0.6.1",
"uglify-es": "^3.2.1",
"uglify-es": "3.2.2",
"webpack-sources": "^1.0.1",
"worker-farm": "^1.4.1"
},
Expand Down

0 comments on commit 2e2ed36

Please sign in to comment.