Skip to content

Commit

Permalink
build: fix npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 22, 2024
1 parent b2f0198 commit 5520eaa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-md"
description = "Markdown grammar for tree-sitter"
version = "0.2.1"
version = "0.2.2"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "markdown"]
Expand Down
2 changes: 1 addition & 1 deletion common/common.mak

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

4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tree-sitter-grammars/tree-sitter-markdown",
"version": "0.2.1",
"version": "0.2.2",
"description": "Markdown grammar for tree-sitter",
"repository": "github:tree-sitter-grammars/tree-sitter-markdown",
"author": "MDeiml (https://github.com/MDeiml)",
Expand All @@ -14,12 +14,12 @@
"markdown"
],
"files": [
"grammar.js",
"binding.gyp",
"prebuilds/**",
"bindings/node/*",
"queries/*",
"src/**"
"tree-sitter-*/grammar.js",
"tree-sitter-*/queries/*",
"tree-sitter-*/src/**"
],
"dependencies": {
"node-addon-api": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-markdown"
description = "Markdown grammar for tree-sitter"
version = "0.2.1"
version = "0.2.2"
keywords = ["incremental", "parsing", "tree-sitter", "markdown"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 5520eaa

Please sign in to comment.