Comparing version 0.0.1 to 0.0.2
@@ -28,2 +28,4 @@ (function(){ | ||
module.exports = hasprop; | ||
} else if (typeof exports !== 'undefined') { | ||
exports.hasprop = hasprop; | ||
} else { | ||
@@ -30,0 +32,0 @@ window.hasprop = hasprop; |
{ | ||
"name": "hasprop", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Check if object has property", | ||
@@ -5,0 +5,0 @@ "main": "hasprop.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
6349
80