Skip to content

Commit d3842d2

Browse files
committed
fix: manifest
1 parent b023eb0 commit d3842d2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/heroku-cli-plugin-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"shell-quote": "^1.6.1"
1515
},
1616
"devDependencies": {
17-
"@oclif/dev-cli": "^1.13.14",
18-
"@oclif/plugin-help": "^1.2.8",
17+
"@oclif/dev-cli": "^1.13.15",
18+
"@oclif/plugin-help": "^1.2.10",
1919
"@oclif/test": "^1.0.6",
2020
"@oclif/tslint": "1",
2121
"@types/chai": "4",
@@ -36,7 +36,7 @@
3636
"node": ">=8.0.0"
3737
},
3838
"files": [
39-
".oclif.manifest.json",
39+
"oclif.manifest.json",
4040
"/lib"
4141
],
4242
"homepage": "https://github.com/heroku/heroku-cli-plugin-config",
@@ -53,7 +53,7 @@
5353
},
5454
"repository": "heroku/heroku-cli-plugin-config",
5555
"scripts": {
56-
"postpack": "rm -f .oclif.manifest.json",
56+
"postpack": "rm -f oclif.manifest.json",
5757
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
5858
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
5959
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",

packages/heroku-cli-plugin-config/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
call-me-maybe "^1.0.1"
4646
glob-to-regexp "^0.3.0"
4747

48-
"@oclif/command@^1.4.19", "@oclif/command@^1.4.20":
48+
"@oclif/command@^1.4.20":
4949
version "1.4.20"
5050
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8"
5151
dependencies:
@@ -60,14 +60,14 @@
6060
dependencies:
6161
debug "^3.1.0"
6262

63-
"@oclif/dev-cli@^1.13.14":
64-
version "1.13.14"
65-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a"
63+
"@oclif/dev-cli@^1.13.15":
64+
version "1.13.15"
65+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.15.tgz#cc02e5b8c1fdb9b04973926e5b9f034c3f7ed64c"
6666
dependencies:
67-
"@oclif/command" "^1.4.19"
67+
"@oclif/command" "^1.4.20"
6868
"@oclif/config" "^1.6.17"
6969
"@oclif/errors" "^1.0.8"
70-
"@oclif/plugin-help" "^1.2.7"
70+
"@oclif/plugin-help" "^1.2.10"
7171
cli-ux "^3.4.1"
7272
debug "^3.1.0"
7373
fs-extra "^6.0.0"
@@ -108,11 +108,11 @@
108108
"@oclif/linewrap" "^1.0.0"
109109
chalk "^2.4.0"
110110

111-
"@oclif/plugin-help@^1.2.7", "@oclif/plugin-help@^1.2.8":
112-
version "1.2.8"
113-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.8.tgz#35c3edd97d192d5bd741f95cc9e3642dfa6d9902"
111+
"@oclif/plugin-help@^1.2.10":
112+
version "1.2.10"
113+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e"
114114
dependencies:
115-
"@oclif/command" "^1.4.19"
115+
"@oclif/command" "^1.4.20"
116116
chalk "^2.4.1"
117117
indent-string "^3.2.0"
118118
lodash.template "^4.4.0"

0 commit comments

Comments
 (0)