Browse Source

Upgrade tree-sitter for new lexer API

pull/3/head
Max Brunsfeld 8 years ago
parent
commit
310bc34a24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -13,7 +13,7 @@
"nan": "^2.4.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.7.1",
"tree-sitter-cli": "^0.8.0",
"tree-sitter-c": "tree-sitter/tree-sitter-c"
},
"scripts": {

Loading…
Cancel
Save