From 1ebf772d2e592f3cf2f4cf4b939b0cfccf1203ac Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 2 Feb 2018 02:38:12 -0800 Subject: [PATCH] fix: fixing manifest --- package.json | 6 +++--- yarn.lock | 18 +++++++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3380de9..4e021f3 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ }, "devDependencies": { "@anycli/config": "^0.3.0", - "@anycli/dev-cli": "^0.1.2", - "@anycli/engine": "^0.3.0", + "@anycli/dev-cli": "^0.1.3", + "@anycli/engine": "^0.3.1", "@anycli/test": "^0.10.3", "@anycli/tslint": "^0.2.2", "@types/chai": "^4.1.2", @@ -54,7 +54,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" diff --git a/yarn.lock b/yarn.lock index 3bdff50..0d2f633 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,9 +23,9 @@ lodash "^4.17.4" read-pkg "^3.0.0" -"@anycli/dev-cli@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.2.tgz#61dfe4bf7f038425ace0ef903828c6e169e434fa" +"@anycli/dev-cli@^0.1.3": + version "0.1.3" + resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.3.tgz#bd3d1229d17c2f61176f872923d4841a539a0cb3" dependencies: "@anycli/command" "^0.3.7" "@anycli/config" "^0.3.0" @@ -48,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"