Skip to content

Commit

Permalink
Rename module to typeahead (not typeahead.js).
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnvaughan committed Jul 29, 2019
1 parent c00f854 commit 99ec6a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -145,7 +145,7 @@ module.exports = function(grunt) {
},
typeahead: {
src: '<%= tempDir %>/typeahead.jquery.js',
amdModuleId: 'typeahead.js',
amdModuleId: 'typeahead',
deps: {
default: ['$'],
amd: ['jquery'],
Expand Down
2 changes: 1 addition & 1 deletion dist/typeahead.bundle.js
Expand Up @@ -919,7 +919,7 @@

(function(root, factory) {
if (typeof define === "function" && define.amd) {
define("typeahead.js", [ "jquery" ], function(a0) {
define("typeahead", [ "jquery" ], function(a0) {
return factory(a0);
});
} else if (typeof module === "object" && module.exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/typeahead.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/typeahead.jquery.js
Expand Up @@ -6,7 +6,7 @@

(function(root, factory) {
if (typeof define === "function" && define.amd) {
define("typeahead.js", [ "jquery" ], function(a0) {
define("typeahead", [ "jquery" ], function(a0) {
return factory(a0);
});
} else if (typeof module === "object" && module.exports) {
Expand Down
2 changes: 1 addition & 1 deletion dist/typeahead.jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 99ec6a1

Please sign in to comment.