File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
packages/heroku-cli-plugin-config Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
"shell-quote" : " ^1.6.1"
15
15
},
16
16
"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 " ,
19
19
"@oclif/test" : " ^1.0.6" ,
20
20
"@oclif/tslint" : " 1" ,
21
21
"@types/chai" : " 4" ,
36
36
"node" : " >=8.0.0"
37
37
},
38
38
"files" : [
39
- " . oclif.manifest.json" ,
39
+ " oclif.manifest.json" ,
40
40
" /lib"
41
41
],
42
42
"homepage" : " https://github.com/heroku/heroku-cli-plugin-config" ,
53
53
},
54
54
"repository" : " heroku/heroku-cli-plugin-config" ,
55
55
"scripts" : {
56
- "postpack" : " rm -f . oclif.manifest.json" ,
56
+ "postpack" : " rm -f oclif.manifest.json" ,
57
57
"posttest" : " tsc -p test --noEmit && tslint -p test -t stylish" ,
58
58
"prepack" : " rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme" ,
59
59
"test" : " nyc mocha --forbid-only \" test/**/*.test.ts\" " ,
Original file line number Diff line number Diff line change 45
45
call-me-maybe "^1.0.1"
46
46
glob-to-regexp "^0.3.0"
47
47
48
- " @oclif/command@^1.4.19 " , "@oclif/command@^1.4. 20":
48
+ " @oclif/command@^1.4.20 " :
49
49
version "1.4.20"
50
50
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8"
51
51
dependencies :
60
60
dependencies :
61
61
debug "^3.1.0"
62
62
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 "
66
66
dependencies :
67
- " @oclif/command" " ^1.4.19 "
67
+ " @oclif/command" " ^1.4.20 "
68
68
" @oclif/config" " ^1.6.17"
69
69
" @oclif/errors" " ^1.0.8"
70
- " @oclif/plugin-help" " ^1.2.7 "
70
+ " @oclif/plugin-help" " ^1.2.10 "
71
71
cli-ux "^3.4.1"
72
72
debug "^3.1.0"
73
73
fs-extra "^6.0.0"
108
108
" @oclif/linewrap" " ^1.0.0"
109
109
chalk "^2.4.0"
110
110
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 "
114
114
dependencies :
115
- " @oclif/command" " ^1.4.19 "
115
+ " @oclif/command" " ^1.4.20 "
116
116
chalk "^2.4.1"
117
117
indent-string "^3.2.0"
118
118
lodash.template "^4.4.0"
You can’t perform that action at this time.
0 commit comments