Skip to content

Commit 95000f3

Browse files
aureooms- > @aureooms/ : update js code
1 parent f588ff1 commit 95000f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/dist/predicate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@
209209
if (typeof exports === "object") {
210210
definition(exports);
211211
} else if (typeof define === "function" && define.amd) {
212-
define("aureooms-js-predicate", [], function () {
212+
define("@aureooms/js-predicate", [], function () {
213213
return definition({});
214214
});
215215
} else if (typeof window === "object" && typeof window.document === "object") {
216216
definition(window["predicate"] = {});
217-
} else console.error("unable to detect type of module to define for aureooms-js-predicate");
217+
} else console.error("unable to detect type of module to define for @aureooms/js-predicate");
218218
})();

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