Skip to content

Commit 7b8190d

Browse files
committed
Fix npmignore after tree-sitter project changes
1 parent 1d22104 commit 7b8190d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ out
44
build
55

66
vendor/tree-sitter/**/*
7-
!vendor/tree-sitter/lib/src/*
7+
!vendor/tree-sitter/lib/src/**/*.{c,h}
88
!vendor/tree-sitter/lib/include/tree_sitter/*.h
9-
!vendor/tree-sitter/lib/utf8proc/*.c
10-
!vendor/tree-sitter/lib/utf8proc/*.h
119

1210
.travis.yml
1311
appveyor.yml

0 commit comments

Comments
 (0)