Fix npm install

This commit is contained in:
Emilia Simmons 2021-07-21 10:31:49 -04:00
parent c2ff817f82
commit 22105ff100
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
],
"sources": [
"src/parser.c",
"bindings/node/binding.cc"
"bindings/node/binding.cc",
"src/scanner.cc"
],
"cflags_c": [

View file

@ -27,5 +27,5 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/milisims/tree-sitter-org/issues"
},
}
}