mkdir-recursive
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -0,1 +1,7 @@ | ||
v0.3.0 / 2017-03-05 | ||
================== | ||
* Tested against `node`@7 | ||
* Remove support for `node`@0 | ||
v0.2.3 / 2016-09-12 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -5,4 +5,3 @@ 'use strict'; | ||
* @module mkdir-recursive | ||
* @subpackage main | ||
* @version 0.1.0 | ||
* @version 0.3.0 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -9,0 +8,0 @@ * @copyright hex7c0 2015 |
{ | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"name": "mkdir-recursive", | ||
@@ -29,3 +29,3 @@ "description": "make/remove (asynchronous/synchronous) directories recursively", | ||
"devDependencies": { | ||
"mocha": "~2.5", | ||
"mocha": "~3.2", | ||
"istanbul": "~0.4" | ||
@@ -35,3 +35,3 @@ }, | ||
"engines": { | ||
"node": ">=0.12" | ||
"node": ">=4.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
44838
222