Skip to content

Commit

Permalink
Improvements based on chen tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 20, 2024
1 parent 5c62e39 commit 33528bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"eslint": "8.57.0"
},
"bin": {
"atom": "./index.js",
"astgen": "./astgen.js",
"phpastgen": "./phpastgen.js"
"atom": "index.js",
"astgen": "astgen.js",
"phpastgen": "phpastgen.js"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 33528bd

Please sign in to comment.