Skip to content

Commit b212350

Browse files
aureooms- > @aureooms/ : update js code
1 parent 5cd50e3 commit b212350

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/dist/splitting.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
if (typeof exports === "object") {
6666
definition(exports);
6767
} else if (typeof define === "function" && define.amd) {
68-
define("aureooms-js-splitting", [], function () {
68+
define("@aureooms/js-splitting", [], function () {
6969
return definition({});
7070
});
7171
} else if (typeof window === "object" && typeof window.document === "object") {
7272
definition(window["splitting"] = {});
73-
} else console.error("unable to detect type of module to define for aureooms-js-splitting");
73+
} else console.error("unable to detect type of module to define for @aureooms/js-splitting");
7474
})();

js/dist/splitting.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/js/src/split.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
var array = require( "aureooms-js-array" ) ;
3+
var array = require( "@aureooms/js-array" ) ;
44

55
var one = function ( f, a, i, j ) {
66

0 commit comments

Comments
 (0)