Comparing version 2.1.1 to 2.2.0
{ | ||
"name": "herit", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"main": "herit.js" | ||
} |
(function (root, factory) { | ||
if (typeof root.define === 'function' && root.define.amd) { | ||
root.define('herit', [], factory); | ||
root.define([], factory); | ||
} else if (typeof exports !== 'undefined') { | ||
@@ -5,0 +5,0 @@ module.exports = factory(); |
{ | ||
"name": "herit", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"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
36412