Skip to content

Commit 935dca3

Browse files
aureooms- > @aureooms/ : update js code
1 parent bf51591 commit 935dca3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/dist/rational.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
if (typeof exports === "object") {
9292
definition(exports);
9393
} else if (typeof define === "function" && define.amd) {
94-
define("aureooms-js-rational", [], function () {
94+
define("@aureooms/js-rational", [], function () {
9595
return definition({});
9696
});
9797
} else if (typeof window === "object" && typeof window.document === "object") {
9898
definition(window["rational"] = {});
99-
} else console.error("unable to detect type of module to define for aureooms-js-rational");
99+
} else console.error("unable to detect type of module to define for @aureooms/js-rational");
100100
})();

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