Comparing version 0.1.2 to 0.1.3
@@ -561,3 +561,4 @@ (function() { | ||
// platform boilerplate | ||
typeof module !== 'undefined' ? module.exports = exports : root.lists = lists; | ||
typeof module !== 'undefined' && module.exports | ||
? module.exports = lists : root.lists = lists; | ||
if (typeof define === 'function' && define.amd) { | ||
@@ -568,2 +569,2 @@ define('lists', [], function() { | ||
} | ||
}.call(this)); | ||
}.call(this)); |
{ | ||
"name": "lists", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A library of higher-order functions modeled after Haskell's Data.List module", | ||
@@ -5,0 +5,0 @@ "main": "lists.js", |
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
45624
567