Skip to content

Commit f3411d4

Browse files
committedFeb 1, 2018
fix: make config dev dep
1 parent 0f514e7 commit f3411d4

File tree

2 files changed

+41
-12
lines changed

2 files changed

+41
-12
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
"description": "plugins plugin for anycli",
44
"version": "0.2.0",
55
"author": "Jeff Dickey @jdxcode",
6+
"anycli": {
7+
"commands": "./lib/commands",
8+
"plugins": "./lib/load",
9+
"pluginScope": "heroku-cli",
10+
"devPlugins": [
11+
"@anycli/version"
12+
]
13+
},
614
"bugs": "https://github.com/jdxcode/plugins/issues",
715
"dependencies": {
8-
"@anycli/command": "^0.2.21",
9-
"@anycli/config": "^0.2.4",
16+
"@anycli/command": "^0.2.22",
1017
"@anycli/manifest-file": "^0.2.0",
1118
"@heroku-cli/color": "^1.1.1",
1219
"cli-ux": "^3.3.10",
@@ -19,6 +26,7 @@
1926
"yarn": "^1.3.2"
2027
},
2128
"devDependencies": {
29+
"@anycli/config": "^0.2.6",
2230
"@anycli/engine": "^0.1.38",
2331
"@anycli/test": "^0.10.1",
2432
"@anycli/tslint": "^0.2.1",
@@ -45,14 +53,6 @@
4553
"ts-node": "^4.1.0",
4654
"typescript": "^2.7.1"
4755
},
48-
"anycli": {
49-
"commands": "./lib/commands",
50-
"plugins": "./lib/load",
51-
"pluginScope": "heroku-cli",
52-
"devPlugins": [
53-
"@anycli/version"
54-
]
55-
},
5656
"engines": {
5757
"node": ">=8.0.0"
5858
},

‎yarn.lock

+31-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@anycli/command@^0.2.19", "@anycli/command@^0.2.21":
5+
"@anycli/command@^0.2.19":
66
version "0.2.21"
77
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.21.tgz#68a725cddb0dece1d7dd69965de4ae7e3908b61c"
88
dependencies:
@@ -12,7 +12,17 @@
1212
lodash "^4.17.4"
1313
tslib "^1.9.0"
1414

15-
"@anycli/config@^0.2.3", "@anycli/config@^0.2.4":
15+
"@anycli/command@^0.2.22":
16+
version "0.2.22"
17+
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a"
18+
dependencies:
19+
"@anycli/parser" "^3.0.2"
20+
cli-ux "^3.3.10"
21+
debug "^3.1.0"
22+
lodash "^4.17.4"
23+
tslib "^1.9.0"
24+
25+
"@anycli/config@^0.2.3":
1626
version "0.2.4"
1727
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.4.tgz#957e4f174cadd397d9bdd81d3552544a8214273e"
1828
dependencies:
@@ -23,6 +33,17 @@
2333
lodash "^4.17.4"
2434
read-pkg "^3.0.0"
2535

36+
"@anycli/config@^0.2.6":
37+
version "0.2.6"
38+
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
39+
dependencies:
40+
cli-ux "^3.3.10"
41+
debug "^3.1.0"
42+
fs-extra "^5.0.0"
43+
load-json-file "^4.0.0"
44+
lodash "^4.17.4"
45+
read-pkg "^3.0.0"
46+
2647
"@anycli/engine@^0.1.38":
2748
version "0.1.38"
2849
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.38.tgz#47b74330709eeadb95798f047c22436f0613cbab"
@@ -52,6 +73,14 @@
5273
chalk "^2.3.0"
5374
lodash "^4.17.4"
5475

76+
"@anycli/parser@^3.0.2":
77+
version "3.0.2"
78+
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.2.tgz#69af00b6b6f0cc6da4405cf44dc29b2d14d30c6e"
79+
dependencies:
80+
"@anycli/screen" "^0.0.3"
81+
chalk "^2.3.0"
82+
lodash "^4.17.4"
83+
5584
"@anycli/screen@^0.0.3":
5685
version "0.0.3"
5786
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

0 commit comments

Comments
 (0)