Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 18, 2023
1 parent 0c87399 commit f593804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# tree-sitter-php

[![CI](https://github.com/tree-sitter/tree-sitter-php/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter-php/actions/workflows/ci.yml)
[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)
[![Rust Crate](https://img.shields.io/crates/v/tree-sitter-php.svg)](https://crates.io/crates/tree-sitter-php)
[![Node Package](https://img.shields.io/npm/v/tree-sitter-php.svg)](https://www.npmjs.com/package/tree-sitter-php)

PHP grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
},
"homepage": "https://github.com/tree-sitter/tree-sitter-php#readme",
"dependencies": {
"nan": "^2.14.0"
"nan": "^2.18.0"
},
"devDependencies": {
"eslint": ">=5.16.0",
"eslint": ">=8.54.0",
"eslint-config-google": "^0.14.0",
"shelljs": "^0.8.4",
"tree-sitter-cli": "^0.20.0"
"shelljs": "^0.8.5",
"tree-sitter-cli": "^0.20.8"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"lint": "eslint grammar.js",
"test": "tree-sitter test && node script/parse-examples.js"
},
"repository": {
Expand Down

0 comments on commit f593804

Please sign in to comment.