Skip to content

Commit d5c7e0d

Browse files
6.1.0
1 parent f0846a6 commit d5c7e0d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 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.0.0",
4+
"version": "6.1.0",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {
@@ -29,13 +29,17 @@
2929
"/yarn.lock"
3030
],
3131
"homepage": "https://github.com/twilio-labs/plugin-token",
32-
"keywords": ["oclif-plugin"],
32+
"keywords": [
33+
"oclif-plugin"
34+
],
3335
"license": "MIT",
3436
"oclif": {
3537
"name": "token",
3638
"commands": "./src/commands",
3739
"bin": "twilio",
38-
"devPlugins": ["@oclif/plugin-help"],
40+
"devPlugins": [
41+
"@oclif/plugin-help"
42+
],
3943
"topics": {
4044
"token": {
4145
"description": "Generate a temporary token for use in test applications"

0 commit comments

Comments
 (0)