Skip to content

Commit

Permalink
fix: errant comma in json
Browse files Browse the repository at this point in the history
  • Loading branch information
bm424 committed May 27, 2022
1 parent f412b57 commit 3373f60
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 @@ -19,7 +19,7 @@
"build": "tree-sitter generate && node-gyp build",
"test": "tree-sitter test && script/parse-examples",
"parse": "tree-sitter parse",
"test-windows": "tree-sitter test",
"test-windows": "tree-sitter test"
},
"repository": "https://github.com/tree-sitter/tree-sitter-python",
"tree-sitter": [
Expand Down

0 comments on commit 3373f60

Please sign in to comment.