Skip to content

Commit

Permalink
fix: manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 3, 2018
1 parent b7f8076 commit def2bbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.19",
"@oclif/command": "^1.4.20",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.8",
"@types/semver": "^5.5.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"node": ">=8.0.0"
},
"files": [
".oclif.manifest.json",
"oclif.manifest.json",
"/lib"
],
"homepage": "https://github.com/oclif/plugin-update",
Expand All @@ -69,7 +69,7 @@
},
"repository": "oclif/plugin-update",
"scripts": {
"postpack": "rm -f .oclif.manifest.json",
"postpack": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc && oclif-dev manifest",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.20":
version "1.4.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.20.tgz#7368c9c9f7f596fc8efffd7ec89118feed5203d8"
dependencies:
"@oclif/errors" "^1.0.8"
"@oclif/parser" "^3.3.3"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
Expand Down

0 comments on commit def2bbf

Please sign in to comment.