mkdir-recursive
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -0,1 +1,6 @@ | ||
v0.4.0 / 2017-12-30 | ||
================== | ||
* Tested against `node`@9 | ||
v0.3.0 / 2017-03-05 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"name": "mkdir-recursive", | ||
@@ -26,6 +26,5 @@ "description": "make/remove (asynchronous/synchronous) directories recursively", | ||
"main": "index.js", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "~3.2", | ||
"mocha": "~4.1", | ||
"istanbul": "~0.4" | ||
@@ -35,6 +34,6 @@ }, | ||
"engines": { | ||
"node": ">=4.0" | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"prepublish": "npm prune", | ||
"prepare": "npm prune", | ||
"test": "mocha --bail --check-leaks", | ||
@@ -41,0 +40,0 @@ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly" |
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
44899