Skip to content

Commit 3c22cb8

Browse files
committed
fix: use new manifest path
1 parent 9e493af commit 3c22cb8

2 files changed

Lines changed: 65 additions & 44 deletions

File tree

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
"bugs": "https://github.com/oclif/plugin-legacy/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^1.1.3",
9-
"@heroku-cli/command": "^8.0.6",
10-
"@oclif/command": "^1.4.18",
9+
"@heroku-cli/command": "^8.0.7",
10+
"@oclif/command": "^1.4.20",
1111
"ansi-escapes": "^3.1.0",
1212
"debug": "^3.1.0",
1313
"semver": "^5.5.0"
1414
},
1515
"devDependencies": {
16-
"@heroku-cli/plugin-apps": "^2.4.38",
17-
"@oclif/config": "^1.6.16",
18-
"@oclif/dev-cli": "^1.13.12",
19-
"@oclif/errors": "^1.0.6",
20-
"@oclif/plugin-help": "^1.2.6",
21-
"@oclif/test": "^1.0.5",
16+
"@heroku-cli/plugin-apps": "^2.4.39",
17+
"@oclif/config": "^1.6.17",
18+
"@oclif/dev-cli": "^1.13.14",
19+
"@oclif/errors": "^1.0.8",
20+
"@oclif/plugin-help": "^1.2.10",
21+
"@oclif/test": "^1.0.6",
2222
"@oclif/tslint": "^1.1.0",
2323
"@types/chai": "^4.1.3",
2424
"@types/mocha": "^5.2.0",
25-
"@types/node": "^10.0.2",
25+
"@types/node": "^10.0.3",
2626
"@types/semver": "^5.5.0",
2727
"@types/supports-color": "^5.3.0",
2828
"chai": "^4.1.2",
@@ -40,8 +40,7 @@
4040
"node": ">=8.0.0"
4141
},
4242
"files": [
43-
".oclif.manifest.json",
44-
"/.oclif.manifest.json",
43+
"/oclif.manifest.json",
4544
"/lib"
4645
],
4746
"homepage": "https://github.com/oclif/plugin-legacy",
@@ -64,7 +63,7 @@
6463
},
6564
"repository": "oclif/plugin-legacy",
6665
"scripts": {
67-
"postpack": "rm -f .oclif.manifest.json && rm -f .oclif.manifest.json",
66+
"postpack": "rm -f oclif.manifest.json",
6867
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
6968
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
7069
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",

yarn.lock

Lines changed: 54 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
strip-ansi "^4.0.0"
3232
supports-color "^5.1.0"
3333

34-
"@heroku-cli/command@^8.0.5", "@heroku-cli/command@^8.0.6":
34+
"@heroku-cli/command@^8.0.6":
3535
version "8.0.6"
3636
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.6.tgz#ad17fd53250da2a31a6775879af6ea18a673801d"
3737
dependencies:
@@ -42,15 +42,27 @@
4242
http-call "^5.1.1"
4343
netrc-parser "^3.1.4"
4444

45-
"@heroku-cli/plugin-apps@^2.4.38":
46-
version "2.4.38"
47-
resolved "https://registry.yarnpkg.com/@heroku-cli/plugin-apps/-/plugin-apps-2.4.38.tgz#0656543a0025431a9781187f5d6e741b92bbb49e"
45+
"@heroku-cli/command@^8.0.7":
46+
version "8.0.7"
47+
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.7.tgz#c601e0d9f8ed8a8a98b1856b3b8e71c3c663bc44"
4848
dependencies:
49-
"@heroku-cli/command" "^8.0.5"
49+
"@oclif/errors" "^1.0.6"
50+
cli-ux "^3.4.1"
51+
debug "^3.1.0"
52+
heroku-client "3.0.6"
53+
http-call "^5.1.1"
54+
netrc-parser "^3.1.4"
55+
56+
"@heroku-cli/plugin-apps@^2.4.39":
57+
version "2.4.39"
58+
resolved "https://registry.yarnpkg.com/@heroku-cli/plugin-apps/-/plugin-apps-2.4.39.tgz#ef7eff850cee7a2980389537dd3440b707b64a2e"
59+
dependencies:
60+
"@heroku-cli/command" "^8.0.6"
5061
bluebird "^3.5.1"
5162
co "^4.6.0"
5263
co-wait "^0.0.0"
5364
filesize "^3.5.11"
65+
fs-extra "^6.0.0"
5466
heroku-cli-util "^8.0.6"
5567
inquirer "^5.2.0"
5668
lodash "^4.17.10"
@@ -96,32 +108,32 @@
96108
call-me-maybe "^1.0.1"
97109
glob-to-regexp "^0.3.0"
98110

99-
"@oclif/command@^1.4.17", "@oclif/command@^1.4.18":
100-
version "1.4.18"
101-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
111+
"@oclif/command@^1.4.19", "@oclif/command@^1.4.20":
112+
version "1.4.20"
113+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8"
102114
dependencies:
103-
"@oclif/errors" "^1.0.6"
115+
"@oclif/errors" "^1.0.8"
104116
"@oclif/parser" "^3.3.3"
105117
debug "^3.1.0"
106118
semver "^5.5.0"
107119

108-
"@oclif/config@^1.6.16":
109-
version "1.6.16"
110-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.16.tgz#6bcb03bf30ee54eeafa788777d965bf47bb5047d"
120+
"@oclif/config@^1.6.17":
121+
version "1.6.17"
122+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
111123
dependencies:
112124
debug "^3.1.0"
113125

114-
"@oclif/dev-cli@^1.13.12":
115-
version "1.13.12"
116-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.12.tgz#444edc1e4b4798ab369e90a797aa7a43534d6777"
126+
"@oclif/dev-cli@^1.13.14":
127+
version "1.13.14"
128+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a"
117129
dependencies:
118-
"@oclif/command" "^1.4.17"
119-
"@oclif/config" "^1.6.16"
120-
"@oclif/errors" "^1.0.6"
121-
"@oclif/plugin-help" "^1.2.6"
130+
"@oclif/command" "^1.4.19"
131+
"@oclif/config" "^1.6.17"
132+
"@oclif/errors" "^1.0.8"
133+
"@oclif/plugin-help" "^1.2.7"
122134
cli-ux "^3.4.1"
123135
debug "^3.1.0"
124-
fs-extra "^5.0.0"
136+
fs-extra "^6.0.0"
125137
lodash "^4.17.10"
126138
normalize-package-data "^2.4.0"
127139
qqjs "^0.3.8"
@@ -138,6 +150,16 @@
138150
strip-ansi "^4.0.0"
139151
wrap-ansi "^3.0.1"
140152

153+
"@oclif/errors@^1.0.8":
154+
version "1.0.8"
155+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.8.tgz#2f8239267506bb7c3f5fd776144c2686e5b7fff7"
156+
dependencies:
157+
clean-stack "^1.3.0"
158+
fs-extra "^6.0.0"
159+
indent-string "^3.2.0"
160+
strip-ansi "^4.0.0"
161+
wrap-ansi "^3.0.1"
162+
141163
"@oclif/linewrap@^1.0.0":
142164
version "1.0.0"
143165
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
@@ -149,11 +171,11 @@
149171
"@oclif/linewrap" "^1.0.0"
150172
chalk "^2.4.0"
151173

152-
"@oclif/plugin-help@^1.2.6":
153-
version "1.2.6"
154-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.6.tgz#b5613b854711cce2f784dbb8c10072dd0bdeb2a9"
174+
"@oclif/plugin-help@^1.2.10", "@oclif/plugin-help@^1.2.7":
175+
version "1.2.10"
176+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e"
155177
dependencies:
156-
"@oclif/command" "^1.4.17"
178+
"@oclif/command" "^1.4.20"
157179
chalk "^2.4.1"
158180
indent-string "^3.2.0"
159181
lodash.template "^4.4.0"
@@ -165,11 +187,11 @@
165187
version "1.0.2"
166188
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
167189

168-
"@oclif/test@^1.0.5":
169-
version "1.0.5"
170-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.5.tgz#2b8e8384148a75c6cc6ef20df54cfa55cde15d4e"
190+
"@oclif/test@^1.0.6":
191+
version "1.0.6"
192+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.6.tgz#45dbab5610caed9f178e33ff6b416f6ce2dc245c"
171193
dependencies:
172-
fancy-test "^1.0.5"
194+
fancy-test "^1.0.6"
173195

174196
"@oclif/tslint@^1.1.0":
175197
version "1.1.0"
@@ -189,9 +211,9 @@
189211
version "5.2.0"
190212
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"
191213

192-
"@types/node@^10.0.2":
193-
version "10.0.2"
194-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"
214+
"@types/node@^10.0.3":
215+
version "10.0.3"
216+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.3.tgz#1f89840c7aac2406cc43a2ecad98fc02a8e130e4"
195217

196218
"@types/semver@^5.5.0":
197219
version "5.5.0"
@@ -1086,7 +1108,7 @@ extract-stack@^1.0.0:
10861108
version "1.0.0"
10871109
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
10881110

1089-
fancy-test@^1.0.5:
1111+
fancy-test@^1.0.6:
10901112
version "1.0.6"
10911113
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
10921114
dependencies:

0 commit comments

Comments
 (0)