Skip to content

Commit 7275959

Browse files
6.1.2
1 parent 1e96728 commit 7275959

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-token",
33
"description": "Generate a temporary token for use in test applications",
4-
"version": "6.1.1",
4+
"version": "6.1.2",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {
@@ -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)