Skip to content

Commit

Permalink
fix: fixing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent ad1e297 commit 1ebf772
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
18 changes: 15 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1ebf772

Please sign in to comment.