Skip to content

Commit

Permalink
Remove old parse-examples script
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Nov 18, 2023
1 parent 8de0912 commit eee67f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tree-sitter-php",
"version": "0.19.0",
"description": "PHP grammar for tree-sitter",
"main": "bindings/node",
"main": "./bindings/node",
"keywords": [
"parser",
"tree-sitter",
Expand Down
39 changes: 0 additions & 39 deletions script/parse-examples

This file was deleted.

2 changes: 1 addition & 1 deletion script/parse-examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ function loadKnownFailures() {
return fs.readFileSync('./script/known-failures.txt').toString()
}

main()
main()

0 comments on commit eee67f9

Please sign in to comment.