Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "herit", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "herit.js" | ||
} |
13
herit.js
(function (root, factory) { | ||
if (typeof define === 'function' && define.amd) define('herit', [], factory); | ||
else if (typeof exports !== 'undefined') module.exports = factory(); | ||
else root.herit = factory(); | ||
if (typeof root.define === 'function' && root.define.amd) { | ||
root.define('herit', [], factory); | ||
} else if (typeof exports !== 'undefined') { | ||
module.exports = factory(); | ||
} else { | ||
root.herit = factory(); | ||
} | ||
})(this, function () { | ||
'use strict'; | ||
// Browser and Node.js friendly | ||
var node = typeof window === 'undefined'; | ||
var extend = function (objA) { | ||
@@ -12,0 +13,0 @@ for (var i = 1, l = arguments.length; i < l; ++i) { |
{ | ||
"name": "herit", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Casey Foster <c@sey.me>", | ||
@@ -5,0 +5,0 @@ "main": "herit", |
Sorry, the diff of this file is not supported yet
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
36263
119