ignore-sync
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ignore-sync", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=7.6" |
@@ -6,2 +6,2 @@ 'use strict' | ||
module.exports = R.compose(R.test(/ignore-sync$/), path.basename) | ||
module.exports = R.compose(R.test(/.+ignore-sync$/), path.basename) |
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
11705