Skip to content

Commit 554c240

Browse files
author
timmydoza
authored
Merge pull request #31 from twilio-labs/fix-npm-warning
Move @oclif/plugin-help from devDependencies to dependencies
2 parents ab502c2 + 7d720a7 commit 554c240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"dependencies": {
2020
"@oclif/command": "^1.5.19",
2121
"@oclif/config": "^1.14.0",
22+
"@oclif/plugin-help": "^2",
2223
"@twilio-labs/serverless-api": "^1.0.3",
2324
"@twilio/cli-core": "^4.4.6",
2425
"moment": "^2.24.0"
2526
},
2627
"devDependencies": {
2728
"@oclif/dev-cli": "^1",
28-
"@oclif/plugin-help": "^2",
2929
"@oclif/test": "^1",
3030
"@types/jest": "^25.1.3",
3131
"chai": "^4.2.0",

0 commit comments

Comments
 (0)