Skip to content

Commit 0f99c5d

Browse files
peterbabicwooorm
andauthored
make needsIndex private
Co-authored-by: Titus <tituswormer@gmail.com>
1 parent 2e09516 commit 0f99c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = match
44

5-
match.needsIndex = [
5+
var needsIndex = [
66
'first-child',
77
'first-of-type',
88
'last-child',

0 commit comments

Comments
 (0)