Skip to content

Commit

Permalink
Update deps and add missing package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlay committed Apr 17, 2022
1 parent 592e222 commit 16b114e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 115 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "0.4.0",
"description": "Tree-sitter grammar for HEEX files (heex)",
"main": "bindings/node",
"keywords": [
"elixir",
"heex",
"lexer",
"parser",
"phoenix",
"tree-sitter"
],
"scripts": {
"test": "npx tree-sitter generate && npx tree-sitter test",
"update_test": "npx tree-sitter generate && npx tree-sitter test -u",
Expand All @@ -11,14 +19,16 @@
"author": "Clay",
"license": "MIT",
"devDependencies": {
"tree-sitter-cli": "^0.20.4",
"nan": "^2.15.0"
"nan": "^2.15.0",
"tree-sitter-cli": "^0.20.6"
},
"tree-sitter": [
{
"scope": "source.heex",
"file-types": [
"heex"
]
],
"injection-regex": "^(heex)$"
}
]
}
112 changes: 0 additions & 112 deletions src/parser.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16b114e

Please sign in to comment.