Skip to content

Commit 3d767e1

Browse files
committed
chore(depends) Clean up warning messages. Still some building kerberos, but nothing from npm / bower
1 parent c09e919 commit 3d767e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gulp.task('apiTest', function () {
111111

112112
gulp.task('uglify', function() {
113113
var fs = require('fs');
114-
var uglifyJs = require('uglify-js2');
114+
var uglifyJs = require('uglify-js');
115115

116116
var code = fs.readFileSync('dist/forms-angular.js', 'utf8');
117117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"mocha": "2.3.3",
6060
"phantomjs": "1.9.18",
6161
"run-sequence": "1.1.4",
62-
"uglify-js2": "2.1.11"
62+
"uglify-js": "2.5.0"
6363
},
6464
"license": "MIT"
6565
}

0 commit comments

Comments
 (0)