Skip to content

Commit 3554d4b

Browse files
Fix biome:format issues
1 parent 47cd116 commit 3554d4b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,13 @@
2929
"/yarn.lock"
3030
],
3131
"homepage": "https://github.com/twilio-labs/plugin-token",
32-
"keywords": [
33-
"oclif-plugin"
34-
],
32+
"keywords": ["oclif-plugin"],
3533
"license": "MIT",
3634
"oclif": {
3735
"name": "token",
3836
"commands": "./src/commands",
3937
"bin": "twilio",
40-
"devPlugins": [
41-
"@oclif/plugin-help"
42-
],
38+
"devPlugins": ["@oclif/plugin-help"],
4339
"topics": {
4440
"token": {
4541
"description": "Generate a temporary token for use in test applications"

0 commit comments

Comments
 (0)