mkdir-recursive
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -0,1 +1,7 @@ | ||
v0.1.0 / 2015-08-10 | ||
================== | ||
* SPDX license | ||
* `iojs` test | ||
v0.0.2 / 2015-02-26 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -6,3 +6,3 @@ 'use strict'; | ||
* @subpackage main | ||
* @version 0.0.0 | ||
* @version 0.1.0 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -9,0 +9,0 @@ * @copyright hex7c0 2015 |
{ | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"name": "mkdir-recursive", | ||
@@ -30,3 +30,3 @@ "description": "make/remove (synchronous) directories recursively", | ||
"coveralls": "~2.11", | ||
"mocha": "~2.1", | ||
"mocha": "~2.2", | ||
"istanbul": "~0.3" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"license": "GPLv3" | ||
"license": "GPL-3.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
44278