Skip to content

Commit 7c8aa88

Browse files
Mutiny-Gamesjlbooker
authored andcommitted
Update Gruntfile.js (#167)
* Update Grunfile.js Change banner used during uglify to point towards the correct repository.
1 parent e7dec0e commit 7c8aa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function(grunt) {
4141
banner: [
4242
'/*!',
4343
' * typeahead.js <%= version %>',
44-
' * https://github.com/twitter/typeahead.js',
44+
' * https://github.com/corejavascript/typeahead.js',
4545
' * Copyright 2013-<%= grunt.template.today("yyyy") %> Twitter, Inc. and other contributors; Licensed MIT',
4646
' */\n\n'
4747
].join('\n'),

0 commit comments

Comments
 (0)