Skip to content

Commit

Permalink
Add new build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodaNoel committed Apr 16, 2022
1 parent c8b656d commit 5bbe2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.duix = factory());
}(this, (function () { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.duix = factory());
})(this, (function () { 'use strict';

/**
* Compare two elements and return true if they are 'equivalent'
Expand Down Expand Up @@ -166,4 +166,4 @@

return index;

})));
}));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duix",
"version": "3.0.2",
"version": "3.0.3",
"author": {
"name": "Broda Noel",
"email": "[email protected]"
Expand Down

0 comments on commit 5bbe2c6

Please sign in to comment.