Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 149a046

Browse files
committed
build: correct minification (go back using UglifyJS 2)
1 parent 26b19ba commit 149a046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gulp-jshint": "2.0.4",
3030
"gulp-regexp-sourcemaps": "1.0.1",
3131
"gulp-sourcemaps": "2.6.1",
32-
"gulp-uglify": "3.0.0",
32+
"gulp-uglify": "2.1.2",
3333
"intern": "3.2.3",
3434
"jshint": "2.9.5",
3535
"jshint-stylish": "2.2.1",
@@ -38,4 +38,4 @@
3838
"yargs": "9.0.1",
3939
"browserstack-local": "latest"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)