We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3833f8d commit 7a018b7Copy full SHA for 7a018b7
package.json
@@ -31,17 +31,13 @@
31
"/yarn.lock"
32
],
33
"homepage": "https://github.com/twilio-labs/plugin-token",
34
- "keywords": [
35
- "oclif-plugin"
36
- ],
+ "keywords": ["oclif-plugin"],
37
"license": "MIT",
38
"oclif": {
39
"name": "token",
40
"commands": "./src/commands",
41
"bin": "twilio",
42
- "devPlugins": [
43
- "@oclif/plugin-help"
44
+ "devPlugins": ["@oclif/plugin-help"],
45
"topics": {
46
"token": {
47
"description": "Generate a temporary token for use in test applications"
0 commit comments