Skip to content

Commit 88f6379

Browse files
aureooms- > @aureooms/ : update js code
1 parent 0a55446 commit 88f6379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/dist/radixsort.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ if ( typeof exports === "object" ) {
1313
definition( exports ) ;
1414
}
1515
else if ( typeof define === "function" && define.amd ) {
16-
define( "aureooms-js-radixsort" , [ ] , function ( ) { return definition( { } ) ; } ) ;
16+
define( "@aureooms/js-radixsort" , [ ] , function ( ) { return definition( { } ) ; } ) ;
1717
}
1818
else if ( typeof window === "object" && typeof window.document === "object" ) {
1919
definition( window["radixsort"] = { } ) ;
2020
}
21-
else console.error( "unable to detect type of module to define for aureooms-js-radixsort") ;
21+
else console.error( "unable to detect type of module to define for @aureooms/js-radixsort") ;
2222
} )( ) ;

js/dist/radixsort.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)