Skip to content

Commit 07e8549

Browse files
aureooms- > @aureooms/ : update js code
1 parent 04d2e3d commit 07e8549

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/dist/dll.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@
219219
if (typeof exports === "object") {
220220
definition(exports);
221221
} else if (typeof define === "function" && define.amd) {
222-
define("aureooms-js-dll", [], function () {
222+
define("@aureooms/js-dll", [], function () {
223223
return definition({});
224224
});
225225
} else if (typeof window === "object" && typeof window.document === "object") {
226226
definition(window["dll"] = {});
227-
} else console.error("unable to detect type of module to define for aureooms-js-dll");
227+
} else console.error("unable to detect type of module to define for @aureooms/js-dll");
228228
})();

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

test/js/src/list-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
var spec = require( "aureooms-js-list-spec" ) ;
2+
var spec = require( "@aureooms/js-list-spec" ) ;
33
spec.test( "DoublyLinkedList" , dll.DoublyLinkedList ) ;
44

0 commit comments

Comments
 (0)