Skip to content

Commit

Permalink
fix(package): require-from-string memory leak, updates `cosmiconfig…
Browse files Browse the repository at this point in the history
…` v2.1.0...4.0.0 (`dependencies`)

BREAKING CHANGE: requires `node >= v4.0.0`
BREAKING CHANGE: removes `argv` option (`options.argv`)
BREAKING CHANGE: removes `--config` parsing
  • Loading branch information
michael-ciniawsky committed Jul 9, 2018
1 parent 9745bf0 commit 17f9621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"release": "commitlint --to 'HEAD' && standard-version"
},
"dependencies": {
"cosmiconfig": "^2.1.0",
"cosmiconfig": "^4.0.0",
"import-cwd": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 17f9621

Please sign in to comment.