Skip to content

Commit

Permalink
fix: make config dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 0f514e7 commit f3411d4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"description": "plugins plugin for anycli",
"version": "0.2.0",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",
"plugins": "./lib/load",
"pluginScope": "heroku-cli",
"devPlugins": [
"@anycli/version"
]
},
"bugs": "https://github.com/jdxcode/plugins/issues",
"dependencies": {
"@anycli/command": "^0.2.21",
"@anycli/config": "^0.2.4",
"@anycli/command": "^0.2.22",
"@anycli/manifest-file": "^0.2.0",
"@heroku-cli/color": "^1.1.1",
"cli-ux": "^3.3.10",
Expand All @@ -19,6 +26,7 @@
"yarn": "^1.3.2"
},
"devDependencies": {
"@anycli/config": "^0.2.6",
"@anycli/engine": "^0.1.38",
"@anycli/test": "^0.10.1",
"@anycli/tslint": "^0.2.1",
Expand All @@ -45,14 +53,6 @@
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
},
"anycli": {
"commands": "./lib/commands",
"plugins": "./lib/load",
"pluginScope": "heroku-cli",
"devPlugins": [
"@anycli/version"
]
},
"engines": {
"node": ">=8.0.0"
},
Expand Down
33 changes: 31 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.19", "@anycli/command@^0.2.21":
"@anycli/command@^0.2.19":
version "0.2.21"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.21.tgz#68a725cddb0dece1d7dd69965de4ae7e3908b61c"
dependencies:
Expand All @@ -12,7 +12,17 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.3", "@anycli/config@^0.2.4":
"@anycli/command@^0.2.22":
version "0.2.22"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a"
dependencies:
"@anycli/parser" "^3.0.2"
cli-ux "^3.3.10"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.3":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.4.tgz#957e4f174cadd397d9bdd81d3552544a8214273e"
dependencies:
Expand All @@ -23,6 +33,17 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/config@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
fs-extra "^5.0.0"
load-json-file "^4.0.0"
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.38":
version "0.1.38"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.38.tgz#47b74330709eeadb95798f047c22436f0613cbab"
Expand Down Expand Up @@ -52,6 +73,14 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/parser@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.2.tgz#69af00b6b6f0cc6da4405cf44dc29b2d14d30c6e"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/screen@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"
Expand Down

0 comments on commit f3411d4

Please sign in to comment.