Skip to content

Commit

Permalink
Merge pull request #185 from Luni-4/update-0.20
Browse files Browse the repository at this point in the history
0.20
  • Loading branch information
mjambon committed Sep 21, 2021
2 parents 85389c3 + 7d1714b commit 78f2f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-typescript"
description = "Typescript grammar for the tree-sitter parsing library"
version = "0.19.0"
version = "0.20.0"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.19"
tree-sitter = "0.20"

[build-dependencies]
cc = "1.0"
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-typescript",
"version": "0.19.0",
"version": "0.20.0",
"description": "Typescript grammar for tree-sitter",
"keywords": [
"parser",
Expand All @@ -18,7 +18,7 @@
},
"main": "./bindings/node",
"devDependencies": {
"tree-sitter-cli": "^0.19.3",
"tree-sitter-cli": "^0.20.0",
"tree-sitter-javascript": "github:tree-sitter/tree-sitter-javascript#2c5b138"
},
"scripts": {
Expand Down

0 comments on commit 78f2f77

Please sign in to comment.