Skip to content

Commit

Permalink
build: fix npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 13, 2024
1 parent 7bea7a9 commit b2f0198
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ setup.py linguist-generated
Package.swift linguist-generated

bindings/rust/lib.rs -linguist-generated
bindings/rust/benchmark.rs -linguist-generated
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.0"
version = "0.2.1"
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.

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

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

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-markdown",
"version": "0.2.0",
"name": "@tree-sitter-grammars/tree-sitter-markdown",
"version": "0.2.1",
"description": "Markdown grammar for tree-sitter",
"repository": "github:tree-sitter-grammars/tree-sitter-markdown",
"author": "MDeiml (https://github.com/MDeiml)",
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.0"
version = "0.2.1"
keywords = ["incremental", "parsing", "tree-sitter", "markdown"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit b2f0198

Please sign in to comment.