File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ module.exports = function (grunt) {
42
42
} ,
43
43
uglify : {
44
44
options : {
45
- banner : '/*! <%= pkg.name %> v<%= pkg.version %> | <%= pkg.license %> license | <%= pkg.homepage %> */\n'
45
+ banner : '/*! <%= pkg.name %> v<%= pkg.version %> | <%= pkg.license %> license | <%= pkg.homepage %> 🚀 */\n'
46
46
} ,
47
47
dist : {
48
48
src : 'attach.js' ,
@@ -64,6 +64,6 @@ module.exports = function (grunt) {
64
64
grunt . registerTask ( 'test' , [ 'jshint' ] ) ;
65
65
grunt . registerTask ( 'default' , [ 'test' , 'uglify' , 'clean' ] ) ;
66
66
67
- //This is an extra task incase we want to do something different with Travis CI
67
+ // This is an extra task incase we want to do something different with Travis CI
68
68
grunt . registerTask ( 'travis' , [ 'jshint' , 'uglify' , 'clean' ] ) ;
69
69
} ;
You can’t perform that action at this time.
0 commit comments