tree-sitter-html
Advanced tools
Comparing version 0.12.1 to 0.13.0
{ | ||
"name": "tree-sitter-html", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "HTML grammar for tree-sitter", | ||
@@ -19,8 +19,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tree-sitter-cli": "^0.12.5" | ||
"tree-sitter-cli": "^0.13.1" | ||
}, | ||
"scripts": { | ||
"build": "tree-sitter generate && node-gyp build", | ||
"test": "tree-sitter test" | ||
"test": "tree-sitter test && tree-sitter parse examples --quiet --time" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81311