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

Commit c4fd8fb

Browse files
author
Christopher Anderson
authored
build: fix install issues (#405)
* build: fix install issues * fix: revert version change for cli
1 parent 609cb02 commit c4fd8fb

File tree

2 files changed

+46
-45
lines changed

2 files changed

+46
-45
lines changed

packages/cli/package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,6 @@
77
"bf": "./bin/run"
88
},
99
"bugs": "https://github.com/microsoft/botframework-cli",
10-
"dependencies": {
11-
"@microsoft/bf-chatdown": "1.0.0",
12-
"@microsoft/bf-cli-config": "1.0.0",
13-
"@microsoft/bf-dialog": "1.0.0",
14-
"@microsoft/bf-lu": "1.0.0",
15-
"@microsoft/bf-qnamaker": "1.0.0",
16-
"@oclif/command": "~1.5.13",
17-
"@oclif/config": "~1.13.0",
18-
"@oclif/plugin-help": "~2.1.6",
19-
"chalk": "2.4.1",
20-
"cli-ux": "^5.3.0",
21-
"fs-extra": "^7.0.1",
22-
"latest-version": "^4.0.0",
23-
"semver": "^5.5.1",
24-
"tslib": "^1.9.3"
25-
},
26-
"devDependencies": {
27-
"@oclif/dev-cli": "^1.22.0",
28-
"@oclif/test": "^1.2.4",
29-
"@oclif/tslint": "^3.1.1",
30-
"@types/chai": "^4.1.7",
31-
"@types/fs-extra": "^5.0.5",
32-
"@types/mocha": "^5.2.6",
33-
"@types/node": "^10.14.6",
34-
"chai": "^4.2.0",
35-
"globby": "^8.0.2",
36-
"mocha": "^6.2.2",
37-
"nyc": "^14.1.1",
38-
"rimraf": "^2.6.3",
39-
"ts-node": "^8.1.0",
40-
"tslint": "^5.16.0",
41-
"typescript": "^3.4.5"
42-
},
4310
"engines": {
4411
"node": ">=8.0.0"
4512
},
@@ -57,7 +24,6 @@
5724
"license": "MIT",
5825
"main": "lib/index.js",
5926
"oclif": {
60-
"commands": "./lib/commands",
6127
"bin": "bf",
6228
"plugins": [
6329
"@oclif/plugin-help",
@@ -77,14 +43,48 @@
7743
"prepack": "npm run clean && npm run build",
7844
"postpack": "rimraf oclif.manifest.json",
7945
"posttest": "tslint -p test -t stylish",
80-
"build":"tsc -b",
81-
"clean":"rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
46+
"build": "tsc -b",
47+
"clean": "rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
8248
"test": "mocha",
8349
"coverage": "nyc npm run test",
84-
"report:coverage":"npm run coverage && nyc report --reporter=text-lcov | coveralls",
50+
"report:coverage": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
8551
"doc": "npm run build && npm run doc:readme && rimraf oclif.manifest.json",
86-
"doc:readme":"oclif-dev manifest && oclif-dev readme",
87-
"version": ""
52+
"doc:readme": "oclif-dev manifest && oclif-dev readme",
53+
"version": "oclif-dev manifest"
8854
},
89-
"types": "lib/index.d.ts"
55+
"types": "lib/index.d.ts",
56+
"dependencies": {
57+
"@microsoft/bf-chatdown": "1.0.0",
58+
"@microsoft/bf-cli-config": "1.0.0",
59+
"@microsoft/bf-dialog": "1.0.0",
60+
"@microsoft/bf-lu": "1.0.0",
61+
"@microsoft/bf-qnamaker": "1.0.0",
62+
"@oclif/command": "~1.5.13",
63+
"@oclif/config": "~1.13.0",
64+
"@oclif/errors": "~1.2.2",
65+
"@oclif/plugin-help": "~2.1.6",
66+
"chalk": "2.4.1",
67+
"cli-ux": "^5.3.0",
68+
"fs-extra": "^7.0.1",
69+
"latest-version": "^4.0.0",
70+
"semver": "^5.5.1",
71+
"tslib": "^1.9.3"
72+
},
73+
"devDependencies": {
74+
"@oclif/dev-cli": "^1.22.0",
75+
"@oclif/test": "^1.2.4",
76+
"@oclif/tslint": "^3.1.1",
77+
"@types/chai": "^4.1.7",
78+
"@types/fs-extra": "^5.0.5",
79+
"@types/mocha": "^5.2.6",
80+
"@types/node": "^10.14.6",
81+
"chai": "^4.2.0",
82+
"globby": "^8.0.2",
83+
"mocha": "^6.2.2",
84+
"nyc": "^14.1.1",
85+
"rimraf": "^2.6.3",
86+
"ts-node": "^8.1.0",
87+
"tslint": "^5.16.0",
88+
"typescript": "^3.4.5"
89+
}
9090
}

packages/lu/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"scripts": {
2929
"postpack": "rimraf oclif.manifest.json",
3030
"posttest": "tslint -p test -t stylish",
31-
"build":"tsc -b",
32-
"clean":"rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
31+
"build": "tsc -b",
32+
"clean": "rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
3333
"test": "mocha",
3434
"coverage": "nyc npm run test",
35-
"report:coverage":"npm run coverage && nyc report --reporter=text-lcov | coveralls",
35+
"report:coverage": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
3636
"doc": "npm run build && npm run doc:readme && rimraf oclif.manifest.json",
37-
"doc:readme":"oclif-dev manifest && oclif-dev readme",
37+
"doc:readme": "oclif-dev manifest && oclif-dev readme",
3838
"version": "npm run doc:readme && git add README.md"
3939
},
4040
"nyc": {
@@ -58,7 +58,8 @@
5858
"lodash": "^4.17.15",
5959
"node-fetch": "^2.1.2",
6060
"semver": "^5.5.1",
61-
"tslib": "^1.10.0"
61+
"tslib": "^1.10.0",
62+
"uuid": "~3.3.3"
6263
},
6364
"devDependencies": {
6465
"@oclif/dev-cli": "^1.22.2",

0 commit comments

Comments
 (0)