Skip to content

Commit a510f1a

Browse files
committed
Fixed bad glob.
1 parent 90a1b50 commit a510f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robots-txt-parser",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A lightweight robots.txt parser for Node.js with support for wildcards, caching and promises.",
55
"keywords": [
66
"robots",
@@ -55,6 +55,6 @@
5555
".eslintrc",
5656
".gitignore",
5757
"src/*.js",
58-
"test/*.js"
58+
"test/**/*.js"
5959
]
6060
}

0 commit comments

Comments
 (0)