Skip to content

Commit

Permalink
fix: fix manifest writing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 250fc59 commit 241df8a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@anycli/config": "^0.3.0",
"@anycli/dev-cli": "^0.1.2",
"@anycli/engine": "^0.3.0",
"@anycli/plugin-help": "^0.4.1",
"@anycli/plugin-plugins": "^0.2.4",
"@anycli/engine": "^0.3.1",
"@anycli/plugin-help": "^0.4.2",
"@anycli/plugin-plugins": "^0.2.5",
"@anycli/plugin-version": "^0.1.29",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
"postpublish": "rm .anycli.manifest.json",
"posttest": "yarn run lint",
"prepublishOnly": "yarn run build && anycli-dev manifest > .anycli.manifest.json",
"prepublishOnly": "yarn run build && anycli-dev manifest -o .anycli.manifest.json",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "./lib/index.d.ts"
Expand Down
48 changes: 32 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/command@^0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.6.tgz#02aadc38cee7bc4acb2069732cb1591dfc339c29"
dependencies:
"@anycli/parser" "^3.0.4"
cli-ux "^3.3.12"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.3.0.tgz#a0938488e7afc507d69ec13a8e52c71aaecc08ea"
Expand Down Expand Up @@ -58,6 +48,18 @@
lodash "^4.17.4"
semver "^5.5.0"

"@anycli/engine@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.3.1.tgz#c352d9cc73e66759ddc88c72da2907f1e1a0d553"
dependencies:
"@anycli/manifest-file" "^0.3.8"
cli-ux "^3.3.13"
debug "^3.1.0"
fs-extra "^5.0.0"
globby "^7.1.1"
lodash "^4.17.4"
semver "^5.5.0"

"@anycli/manifest-file@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.3.8.tgz#d175a27e1d2009a14080c7e8dd808c1c856de468"
Expand All @@ -77,7 +79,7 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugin-help@^0.4.0", "@anycli/plugin-help@^0.4.1":
"@anycli/plugin-help@^0.4.0":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.1.tgz#ee8aaaa8cf611f77d10725a6f5e27163e4ff95c4"
dependencies:
Expand All @@ -91,6 +93,20 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-help@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.2.tgz#7f86ee89861ba018b65b06d5ee616dd1e387b608"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
cli-ux "^3.3.13"
indent-string "^3.2.0"
lodash "^4.17.4"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-not-found@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.10.tgz#3d99f748a7a025aaa89486b2eec08481fb7d6789"
Expand All @@ -100,15 +116,15 @@
cli-ux "^3.3.12"
string-similarity "^1.2.0"

"@anycli/plugin-plugins@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.4.tgz#894c837e74bc8116f816404fb8de99e440e5410a"
"@anycli/plugin-plugins@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.5.tgz#3a2c05e6948d30a6a3eb7ae036b43dcc9e3cc5b2"
dependencies:
"@anycli/command" "^0.3.6"
"@anycli/command" "^0.3.7"
"@anycli/manifest-file" "^0.3.8"
"@heroku-cli/color" "^1.1.3"
chalk "^2.3.0"
cli-ux "^3.3.12"
cli-ux "^3.3.13"
debug "^3.1.0"
fs-extra "^5.0.0"
http-call "^5.0.2"
Expand Down

0 comments on commit 241df8a

Please sign in to comment.