We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6215886 commit 8b18da7Copy full SHA for 8b18da7
Gruntfile.js
@@ -105,7 +105,7 @@ module.exports = function(grunt) {
105
})();
106
107
grunt.initConfig({
108
- pkg: grunt.file.readJSON('bower.json'),
+ pkg: grunt.file.readJSON('package.json'),
109
bower: {
110
install: {
111
options: {
@@ -205,7 +205,7 @@ module.exports = function(grunt) {
205
uglify: {
206
main: {
207
208
- 'banner': '/*! selectize.js - v<%= pkg.version %> | https://github.com/brianreavis/selectize.js | Apache License (v2) */\n',
+ 'banner': '/*! selectize.js - v<%= pkg.version %> | https://github.com/selectize/selectize.js | Apache License (v2) */\n',
209
'report': 'gzip',
210
'ascii-only': true
211
},
@@ -216,4 +216,4 @@ module.exports = function(grunt) {
216
}
217
218
});
219
-};
+};
0 commit comments