Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "herit", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"main": "herit.js" | ||
} |
10
herit.js
@@ -1,2 +0,6 @@ | ||
(function () { | ||
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) define('herit', [], factory); | ||
else if (typeof exports !== 'undefined') module.exports = factory(); | ||
else root.herit = factory(); | ||
})(this, function () { | ||
'use strict'; | ||
@@ -58,3 +62,3 @@ | ||
node ? module.exports = herit : window.herit = herit; | ||
})(); | ||
return herit; | ||
}); |
{ | ||
"name": "herit", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Casey Foster <c@sey.me>", | ||
@@ -5,0 +5,0 @@ "main": "herit", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35660
117