Skip to content

Commit

Permalink
feat: add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 7, 2023
1 parent 6ad899d commit 3fefc6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/test
/examples
/build
/script
/target
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-squirrel"
description = "Squirrel grammar for tree-sitter"
version = "0.0.1"
version = "0.0.2"
authors = ["Amaan Quresh <[email protected]>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.9"
tree-sitter-squirrel = "0.0.1"
tree-sitter-squirrel = "0.0.2"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-squirrel",
"version": "0.0.1",
"version": "0.0.2",
"description": "Squirrel grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 3fefc6b

Please sign in to comment.