Skip to content

Commit

Permalink
aureooms- > @aureooms/ : update js code
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 6dd1982 commit 068198b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/dist/compare.js
Expand Up @@ -396,10 +396,10 @@
if (typeof exports === "object") {
definition(exports);
} else if (typeof define === "function" && define.amd) {
define("aureooms-js-compare", [], function () {
define("@aureooms/js-compare", [], function () {
return definition({});
});
} else if (typeof window === "object" && typeof window.document === "object") {
definition(window["compare"] = {});
} else console.error("unable to detect type of module to define for aureooms-js-compare");
} else console.error("unable to detect type of module to define for @aureooms/js-compare");
})();
2 changes: 1 addition & 1 deletion js/dist/compare.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/js/src/fn.js
Expand Up @@ -3,7 +3,7 @@
var util, increasing, decreasing, operator, t;

util = require( "util" );
operator = require( "aureooms-js-operator" ) ;
operator = require( "@aureooms/js-operator" ) ;

increasing = compare.fn( compare.increasing , operator.len ) ;
decreasing = compare.fn( compare.decreasing , operator.len ) ;
Expand Down

0 comments on commit 068198b

Please sign in to comment.