File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ module.exports = function(grunt) {
105
105
} ) ( ) ;
106
106
107
107
grunt . initConfig ( {
108
- pkg : grunt . file . readJSON ( 'bower .json' ) ,
108
+ pkg : grunt . file . readJSON ( 'package .json' ) ,
109
109
bower : {
110
110
install : {
111
111
options : {
@@ -205,7 +205,7 @@ module.exports = function(grunt) {
205
205
uglify : {
206
206
main : {
207
207
options : {
208
- 'banner' : '/*! selectize.js - v<%= pkg.version %> | https://github.com/brianreavis /selectize.js | Apache License (v2) */\n' ,
208
+ 'banner' : '/*! selectize.js - v<%= pkg.version %> | https://github.com/selectize /selectize.js | Apache License (v2) */\n' ,
209
209
'report' : 'gzip' ,
210
210
'ascii-only' : true
211
211
} ,
@@ -216,4 +216,4 @@ module.exports = function(grunt) {
216
216
}
217
217
}
218
218
} ) ;
219
- } ;
219
+ } ;
You can’t perform that action at this time.
0 commit comments