Skip to content

Commit

Permalink
release #54
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk authored Oct 23, 2022
1 parent 871498a commit df0d90a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"name": "tree-sitter-vimdoc",
"version": "0.1.0",
"description": "A tree-sitter parser for Vim help files",
"version": "1.2.4",
"description": "Tree-sitter parser for Vim help files",
"main": "bindings/node",
"scripts": {
"build": "tree-sitter generate",
"test": "tree-sitter test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigoux/tree-sitter-vimdoc.git"
"url": "git+https://github.com/neovim/tree-sitter-vimdoc.git"
},
"keywords": [
"tree-sitter",
"vim",
"nvim",
"neovim",
"vimdoc"
],
"author": "Thomas Vigouroux <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vigoux/tree-sitter-vimdoc/issues"
"url": "https://github.com/neovim/tree-sitter-vimdoc/issues"
},
"homepage": "https://github.com/vigoux/tree-sitter-vimdoc#readme",
"homepage": "https://github.com/neovim/tree-sitter-vimdoc#readme",
"dependencies": {
"nan": "^2.15.0"
},
Expand Down

0 comments on commit df0d90a

Please sign in to comment.