ignore-walk
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -88,3 +88,3 @@ 'use strict' | ||
let igCount = newIg.length | ||
const then = _ => { | ||
const then = () => { | ||
if (--igCount === 0) { | ||
@@ -145,3 +145,3 @@ this.filterEntries() | ||
} else { | ||
const then = _ => { | ||
const then = () => { | ||
if (--entryCount === 0) { | ||
@@ -148,0 +148,0 @@ this.emit('done', this.result) |
{ | ||
"name": "ignore-walk", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.19.0", | ||
"@npmcli/template-oss": "4.22.0", | ||
"mutate-fs": "^2.1.1", | ||
@@ -16,3 +16,3 @@ "tap": "^16.0.1" | ||
"posttest": "npm run lint", | ||
"lint": "eslint \"**/*.js\"", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"lintfix": "npm run lint -- --fix", | ||
@@ -36,3 +36,3 @@ "postlint": "template-oss-check", | ||
"type": "git", | ||
"url": "https://github.com/npm/ignore-walk.git" | ||
"url": "git+https://github.com/npm/ignore-walk.git" | ||
}, | ||
@@ -62,3 +62,3 @@ "files": [ | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.19.0", | ||
"version": "4.22.0", | ||
"content": "scripts/template-oss", | ||
@@ -65,0 +65,0 @@ "publish": "true" |
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
13216