Skip to content

Commit 237edc2

Browse files
committed
Add tokenize-query to Composer bin list, so a link will be created in vendor/bin/
Fixes #240 Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 975a0b8 commit 237edc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"bin": [
3636
"bin/highlight-query",
37-
"bin/lint-query"
37+
"bin/lint-query",
38+
"bin/tokenize-query"
3839
],
3940
"autoload": {
4041
"psr-4": {

0 commit comments

Comments
 (0)