Skip to content

Commit dbc6ca1

Browse files
committed
lock uglify-js to 2.7.x
- the new 2.8.x series breaks the `cwise` transform - see #1450 (comment) - maybe we should make uglify-js a core dependencies then?
1 parent 631533d commit dbc6ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"read-last-lines": "^1.1.0",
132132
"requirejs": "^2.3.1",
133133
"through2": "^2.0.3",
134-
"uglify-js": "^2.7.5",
134+
"uglify-js": "~2.7.5",
135135
"watchify": "^3.9.0",
136136
"xml2js": "^0.4.16"
137137
}

0 commit comments

Comments
 (0)