Skip to content

Commit

Permalink
fix: add dev plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 31, 2018
1 parent 2ca775a commit 7d8a3c7
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"devDependencies": {
"@anycli/config": "^0.2.0",
"@anycli/engine": "^0.1.27",
"@anycli/plugins": "^0.1.7",
"@anycli/test": "^0.9.19",
"@anycli/tslint": "^0.1.3",
"@anycli/version": "^0.1.15",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@types/chai": "^4.1.2",
Expand All @@ -46,7 +48,11 @@
},
"anycli": {
"bin": "anycli",
"commands": "./lib/commands"
"commands": "./lib/commands",
"devPlugins": [
"@anycli/version",
"@anycli/plugins"
]
},
"engines": {
"node": ">=8.0.0"
Expand Down
41 changes: 39 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@anycli/command@^0.2.8":
"@anycli/command@^0.2.6", "@anycli/command@^0.2.8", "@anycli/command@^0.2.9":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.9.tgz#658ea8c623e047bc924582d5a885434aed22ed41"
dependencies:
Expand Down Expand Up @@ -51,6 +51,22 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugins@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@anycli/plugins/-/plugins-0.1.7.tgz#968ca28a99d0b715164c2a8cdbd48da220814851"
dependencies:
"@anycli/command" "^0.2.6"
"@anycli/config" "^0.2.0"
"@anycli/manifest-file" "^0.2.0"
"@heroku-cli/color" "^1.1.1"
cli-ux "^3.3.8"
debug "^3.1.0"
fs-extra "^5.0.0"
lodash "^4.17.4"
npm-run-path "^2.0.2"
tslib "^1.9.0"
yarn "^1.3.2"

"@anycli/screen@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"
Expand All @@ -69,6 +85,14 @@
tslint "^5.9.1"
tslint-xo "^0.5.0"

"@anycli/version@^0.1.15":
version "0.1.15"
resolved "https://registry.yarnpkg.com/@anycli/version/-/version-0.1.15.tgz#81751d98c9f431833ca5b29e2b08aabc17edf44b"
dependencies:
"@anycli/command" "^0.2.9"
"@anycli/config" "^0.2.0"
cli-ux "^3.3.9"

"@commitlint/cli@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-6.0.2.tgz#378d37e92c4d97346e84c3a3d6677a62e9471d66"
Expand Down Expand Up @@ -169,6 +193,15 @@
dependencies:
find-up "^2.1.0"

"@heroku-cli/color@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.1.tgz#a2c25239ff1196733a79cabc7a750cd46b96dc30"
dependencies:
ansi-styles "^3.2.0"
chalk "^2.3.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"

"@heroku/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"
Expand Down Expand Up @@ -1661,7 +1694,7 @@ normalize-path@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"

npm-run-path@^2.0.0:
npm-run-path@^2.0.0, npm-run-path@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
dependencies:
Expand Down Expand Up @@ -2574,6 +2607,10 @@ yargs@^8.0.2:
y18n "^3.2.1"
yargs-parser "^7.0.0"

yarn@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.3.2.tgz#5939762581b5b4ddcd3418c0f6be42df3aee195f"

yn@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"

0 comments on commit 7d8a3c7

Please sign in to comment.