Skip to content

Commit

Permalink
fix: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent 1e74894 commit 123a4cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@anycli/command": "^1.2.13",
"@anycli/config": "^1.3.23",
"@anycli/config": "^1.3.25",
"@anycli/errors": "^0.2.1",
"@anycli/tslint": "^0.2.7",
"@types/chai": "^4.1.2",
Expand Down
3 changes: 0 additions & 3 deletions src/load_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export function loadConfig(opts: loadConfig.Options = {}) {
return {
run(ctx: {config: Config.IConfig}) {
ctx.config = Config.load(opts.root || loadConfig.root)
if (opts.reset) {
Config.Plugin.loadedPlugins = {}
}
return ctx.config
}
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/config@^1.3.23":
version "1.3.23"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.23.tgz#591baec88cebe30b47ae68aff025ff39fd691b09"
"@anycli/config@^1.3.25":
version "1.3.25"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.25.tgz#659dd6f3eec5b1f69b4518fb8a3c635529482e2a"

"@anycli/errors@^0.2.1":
version "0.2.1"
Expand Down

0 comments on commit 123a4cf

Please sign in to comment.