Comparing version 1.3.0 to 1.3.1
1.3.1 / 2017-03-19 | ||
================== | ||
* fix: path.sep at win (#6) | ||
1.3.0 / 2017-03-07 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -83,3 +83,3 @@ 'use strict'; | ||
for (let file of files) { | ||
file = path.relative(cwd, file).split('/')[0]; | ||
file = path.relative(cwd, file).split(path.sep)[0]; | ||
if (file !== 'package.json') result.add(file); | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "ypkgfiles", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Yet another pkgfiles that generate pkg.files automatically", | ||
@@ -15,3 +15,3 @@ "dependencies": { | ||
"coffee": "^3.3.0", | ||
"egg-bin": "^2.2.3", | ||
"egg-bin": "^1", | ||
"egg-ci": "^1.5.0", | ||
@@ -18,0 +18,0 @@ "eslint": "^3.17.1", |
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
7258