Skip to content

Commit df0d90a

Browse files
authored
release #54
1 parent 871498a commit df0d90a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
{
22
"name": "tree-sitter-vimdoc",
3-
"version": "0.1.0",
4-
"description": "A tree-sitter parser for Vim help files",
3+
"version": "1.2.4",
4+
"description": "Tree-sitter parser for Vim help files",
55
"main": "bindings/node",
66
"scripts": {
77
"build": "tree-sitter generate",
88
"test": "tree-sitter test"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/vigoux/tree-sitter-vimdoc.git"
12+
"url": "git+https://github.com/neovim/tree-sitter-vimdoc.git"
1313
},
1414
"keywords": [
1515
"tree-sitter",
1616
"vim",
17+
"nvim",
18+
"neovim",
1719
"vimdoc"
1820
],
1921
"author": "Thomas Vigouroux <tomvig38@gmail.com>",
2022
"license": "Apache-2.0",
2123
"bugs": {
22-
"url": "https://github.com/vigoux/tree-sitter-vimdoc/issues"
24+
"url": "https://github.com/neovim/tree-sitter-vimdoc/issues"
2325
},
24-
"homepage": "https://github.com/vigoux/tree-sitter-vimdoc#readme",
26+
"homepage": "https://github.com/neovim/tree-sitter-vimdoc#readme",
2527
"dependencies": {
2628
"nan": "^2.15.0"
2729
},

0 commit comments

Comments
 (0)