Skip to content

Commit 8b18da7

Browse files
committed
Gruntfile: Update banner to new repo and to read from npm pkg
1 parent 6215886 commit 8b18da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = function(grunt) {
105105
})();
106106

107107
grunt.initConfig({
108-
pkg: grunt.file.readJSON('bower.json'),
108+
pkg: grunt.file.readJSON('package.json'),
109109
bower: {
110110
install: {
111111
options: {
@@ -205,7 +205,7 @@ module.exports = function(grunt) {
205205
uglify: {
206206
main: {
207207
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',
209209
'report': 'gzip',
210210
'ascii-only': true
211211
},
@@ -216,4 +216,4 @@ module.exports = function(grunt) {
216216
}
217217
}
218218
});
219-
};
219+
};

0 commit comments

Comments
 (0)