+1
-1
@@ -26,3 +26,3 @@ // A simple implementation of make-array | ||
| // - .foo | ||
| const REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/ | ||
| const REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/ | ||
@@ -29,0 +29,0 @@ const REGEX_TEST_TRAILING_SLASH = /\/$/ |
+1
-1
@@ -39,3 +39,3 @@ "use strict"; | ||
| // - .foo | ||
| var REGEX_TEST_INVALID_PATH = /^\.*\/|^\.+$/; | ||
| var REGEX_TEST_INVALID_PATH = /^\.{0,2}\/|^\.{1,2}$/; | ||
| var REGEX_TEST_TRAILING_SLASH = /\/$/; | ||
@@ -42,0 +42,0 @@ var SLASH = '/'; |
+1
-2
| { | ||
| "name": "ignore", | ||
| "version": "7.0.3", | ||
| "version": "7.0.4", | ||
| "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", | ||
@@ -71,3 +71,2 @@ "types": "index.d.ts", | ||
| "@typescript-eslint/eslint-plugin": "^8.19.1", | ||
| "codecov": "^3.8.3", | ||
| "debug": "^4.3.4", | ||
@@ -74,0 +73,0 @@ "eslint": "^8.46.0", |
16
-5.88%63139
-0.01%