Comparing version 0.1.0 to 0.1.1
@@ -1,9 +0,3 @@ | ||
var root | ||
var root = require("global") | ||
if (typeof window !== "undefined") { | ||
root = window | ||
} else if (typeof global !== "undefined") { | ||
root = global | ||
} | ||
module.exports = Individual | ||
@@ -10,0 +4,0 @@ |
{ | ||
"name": "individual", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Garantueed individual values", | ||
@@ -20,2 +20,3 @@ "keywords": [], | ||
"dependencies": { | ||
"global": "~0.1.5" | ||
}, | ||
@@ -22,0 +23,0 @@ "devDependencies": { |
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
3378
1
12
+ Addedglobal@~0.1.5
+ Addedglobal@0.1.5(transitive)