Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "own-or-env", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Use an objects own property, or an environment variable. Optionally treat as a boolean if the env should be set to 1 or 0.", | ||
"main": "own-or-env.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "tap test.js --100", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
}, | ||
@@ -18,3 +21,9 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/isaacs/own-or-env#readme" | ||
"homepage": "https://github.com/isaacs/own-or-env#readme", | ||
"dependencies": { | ||
"own-or": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"tap": "^11.1.0" | ||
} | ||
} |
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
4908
8
1
1
+ Addedown-or@^1.0.0
+ Addedown-or@1.0.0(transitive)