Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b4c505f

Browse files
committed
Adding plugin-plugins to cli
1 parent 72252b4 commit b4c505f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/cli/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
},
88
"bugs": "https://github.com/microsoft/botframework-cli",
99
"dependencies": {
10-
"@oclif/command": "~1.5.13",
11-
"@oclif/config": "~1.13.0",
12-
"@oclif/plugin-help": "~2.1.6",
1310
"@microsoft/bf-chatdown": "1.0.0",
1411
"@microsoft/bf-cli-config": "1.0.0",
15-
"@microsoft/bf-qnamaker": "1.0.0",
1612
"@microsoft/bf-luis": "1.0.0",
13+
"@microsoft/bf-qnamaker": "1.0.0",
14+
"@oclif/command": "~1.5.13",
15+
"@oclif/config": "~1.13.0",
16+
"@oclif/plugin-help": "~2.1.6",
17+
"@oclif/plugin-plugins": "~1.7.8",
1718
"chalk": "2.4.1",
1819
"cli-ux": "^5.3.0",
1920
"fs-extra": "^7.0.1",
@@ -59,6 +60,7 @@
5960
"bin": "bf",
6061
"plugins": [
6162
"@oclif/plugin-help",
63+
"@oclif/plugin-plugins",
6264
"@microsoft/bf-chatdown",
6365
"@microsoft/bf-cli-config",
6466
"@microsoft/bf-qnamaker",

0 commit comments

Comments
 (0)