Skip to content

Commit

Permalink
fix: use https for tree-sitter-javascript dependency
Browse files Browse the repository at this point in the history
drive-by fix

Signed-off-by: Joao Moreno <joao.moreno@microsoft.com>
  • Loading branch information
joaomoreno committed Apr 29, 2022
1 parent 3c761b2 commit e3ab26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mocha": "^8.3.1",
"prebuild": "^10.0.1",
"superstring": "^2.4.2",
"tree-sitter-javascript": "git://github.com/tree-sitter/tree-sitter-javascript.git#master"
"tree-sitter-javascript": "https://github.com/tree-sitter/tree-sitter-javascript.git#master"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
Expand Down

0 comments on commit e3ab26c

Please sign in to comment.