Skip to content

Commit

Permalink
Merge pull request #73 from Razzeee/update-tree-sitter
Browse files Browse the repository at this point in the history
Update tree sitter version
  • Loading branch information
razzeee authored Jan 9, 2021
2 parents 06a8ff7 + c919eeb commit b447b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
]

# Keep in sync with package.json
version = "4.4.1"
version = "4.5.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-elm",
"version": "4.4.1",
"version": "4.5.0",
"description": "Tree sitter definitions for elm",
"main": "index.js",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@asgerf/dts-tree-sitter": "^0.1.0",
"prebuild": "^10.0.1",
"tree-sitter-cli": "^0.17.3"
"tree-sitter-cli": "^0.18.0"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build --debug",
Expand Down

0 comments on commit b447b80

Please sign in to comment.