Skip to content

Commit 07afa16

Browse files
committed
Merge pull request #12 from oliversalzburg/fix/uglifyjs
Use uglify-js instead of uglify-js2
2 parents 2965497 + 2cc1a8d commit 07afa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"karma-phantomjs-launcher": "^0.1.4",
3535
"karma-safari-launcher": "^0.1.1",
3636
"karma-sauce-launcher": "^0.2.10",
37-
"uglify-js2": "^2.1.11"
37+
"uglify-js": "^2.2.0"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/stacktracejs/error-stack-parser/issues"

0 commit comments

Comments
 (0)