Skip to content

Commit

Permalink
Merge pull request #135 from elm-tooling/prepare-564
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Apr 15, 2023
2 parents 28bb193 + ac9a897 commit 692c50c
Show file tree
Hide file tree
Showing 4 changed files with 1,033 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ include = [
]

# Keep in sync with package.json
version = "5.6.3"
version = "5.6.4"

[lib]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.20.8"
tree-sitter = "0.20.10"

[build-dependencies]
cc = "1.0"
Binary file modified docs/js/tree-sitter-elm.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elm-tooling/tree-sitter-elm",
"version": "5.6.3",
"version": "5.6.4",
"description": "Tree sitter definitions for elm",
"main": "bindings/node",
"publishConfig": {
Expand All @@ -16,11 +16,11 @@
"author": "Razze",
"license": "MIT",
"dependencies": {
"nan": "^2.16.0"
"nan": "^2.17.0"
},
"devDependencies": {
"@asgerf/dts-tree-sitter": "^0.1.0",
"tree-sitter-cli": "^0.20.7"
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
"build": "tree-sitter generate",
Expand Down
Loading

0 comments on commit 692c50c

Please sign in to comment.