|
8 | 8 | }, |
9 | 9 | "bugs": "https://github.com/oclif/dev-cli/issues", |
10 | 10 | "dependencies": { |
11 | | - "@oclif/command": "^1.4.18", |
12 | | - "@oclif/config": "^1.6.16", |
13 | | - "@oclif/errors": "^1.0.7", |
| 11 | + "@oclif/command": "^1.4.19", |
| 12 | + "@oclif/config": "^1.6.17", |
| 13 | + "@oclif/errors": "^1.0.8", |
14 | 14 | "@oclif/plugin-help": "^1.2.7", |
15 | 15 | "cli-ux": "^3.4.1", |
16 | 16 | "debug": "^3.1.0", |
|
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@oclif/plugin-legacy": "^1.0.13", |
26 | | - "@oclif/test": "^1.0.5", |
| 26 | + "@oclif/test": "^1.0.6", |
27 | 27 | "@oclif/tslint": "^1.1.0", |
28 | 28 | "@types/chai": "^4.1.3", |
29 | 29 | "@types/execa": "^0.9.0", |
|
32 | 32 | "@types/lodash": "^4.14.108", |
33 | 33 | "@types/lodash.template": "^4.4.3", |
34 | 34 | "@types/mocha": "^5.2.0", |
35 | | - "@types/node": "^10.0.2", |
| 35 | + "@types/node": "^10.0.3", |
36 | 36 | "@types/supports-color": "^5.3.0", |
37 | 37 | "@types/write-json-file": "^2.2.1", |
38 | | - "aws-sdk": "^2.230.1", |
| 38 | + "aws-sdk": "^2.231.1", |
39 | 39 | "chai": "^4.1.2", |
40 | 40 | "globby": "^8.0.1", |
41 | 41 | "mocha": "^5.1.1", |
|
47 | 47 | "node": ">=8.0.0" |
48 | 48 | }, |
49 | 49 | "files": [ |
50 | | - ".oclif.manifest.json", |
| 50 | + "oclif.manifest.json", |
51 | 51 | "/bin", |
52 | 52 | "/lib" |
53 | 53 | ], |
|
85 | 85 | "repository": "oclif/dev-cli", |
86 | 86 | "scripts": { |
87 | 87 | "lint": "tsc -p test --noEmit && tslint -p test -t stylish", |
88 | | - "postpack": "rm -f .oclif.manifest.json", |
| 88 | + "postpack": "rm -f oclif.manifest.json", |
89 | 89 | "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", |
90 | 90 | "prepack": "rm -rf lib && tsc && node ./bin/run manifest", |
91 | 91 | "test": "mocha --forbid-only \"test/**/*.test.ts\"", |
|
0 commit comments