Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 25, 2023
1 parent cbc9877 commit f1e5a09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-javascript"
description = "JavaScript grammar for the tree-sitter parsing library"
version = "0.20.0"
description = "JavaScript grammar for tree-sitter"
version = "0.20.1"
authors = [
"Max Brunsfeld <[email protected]>",
"Douglas Creager <[email protected]>",
Expand All @@ -11,7 +11,8 @@ readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "javascript"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
edition = "2018"
edition = "2021"
autoexamples = false

build = "bindings/rust/build.rs"
include = [
Expand All @@ -25,7 +26,6 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">= 0.19, < 0.21"

tree-sitter = "~0.20.10"
[build-dependencies]
cc = "1.0"
cc = "~1.0.83"
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "tree-sitter-javascript",
"version": "0.20.0",
"description": "Javascript grammar for node-tree-sitter",
"version": "0.20.1",
"description": "JavaScript grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
"parser",
"lexer"
"lexer",
"javascript"
],
"repository": {
"type": "git",
Expand All @@ -24,6 +25,7 @@
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"lint": "eslint grammar.js",
"parse": "tree-sitter parse",
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test"
},
Expand Down

0 comments on commit f1e5a09

Please sign in to comment.