Fix npm install
This commit is contained in:
parent
c2ff817f82
commit
22105ff100
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"sources": [
|
||||
"src/parser.c",
|
||||
"bindings/node/binding.cc"
|
||||
"bindings/node/binding.cc",
|
||||
"src/scanner.cc"
|
||||
],
|
||||
"cflags_c": [
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@
|
|||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/milisims/tree-sitter-org/issues"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue