Skip to content

Commit 1a95335

Browse files
aureooms- > @aureooms/ : update js code
1 parent 31a8085 commit 1a95335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/dist/bucketsort.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157
if (typeof exports === 'object') {
158158
definition(exports);
159159
} else if (typeof define === 'function' && define.amd) {
160-
define('aureooms-js-bucketsort', [], function () {
160+
define('@aureooms/js-bucketsort', [], function () {
161161
return definition({});
162162
});
163163
} else if (typeof window === 'object' && typeof window.document === 'object') {
164164
definition(window['bucketsort'] = {});
165-
} else console.error('unable to detect type of module to define for aureooms-js-bucketsort');
165+
} else console.error('unable to detect type of module to define for @aureooms/js-bucketsort');
166166
})();

js/dist/bucketsort.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)