Skip to content

Commit 3833f8d

Browse files
6.0.0
1 parent 8f7653e commit 3833f8d

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": "5.0.0",
4+
"version": "6.0.0",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {
@@ -31,13 +31,17 @@
3131
"/yarn.lock"
3232
],
3333
"homepage": "https://github.com/twilio-labs/plugin-token",
34-
"keywords": ["oclif-plugin"],
34+
"keywords": [
35+
"oclif-plugin"
36+
],
3537
"license": "MIT",
3638
"oclif": {
3739
"name": "token",
3840
"commands": "./src/commands",
3941
"bin": "twilio",
40-
"devPlugins": ["@oclif/plugin-help"],
42+
"devPlugins": [
43+
"@oclif/plugin-help"
44+
],
4145
"topics": {
4246
"token": {
4347
"description": "Generate a temporary token for use in test applications"

0 commit comments

Comments
 (0)