From d6401e655d7e87e0f91e1174e732851ff616cc2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 13 Feb 2019 19:02:17 +0800 Subject: [PATCH] Update dependency awesome-lint to v0.9.0 (#10) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | awesome-lint | devDependencies | minor | `0.8.0` -> `0.9.0` | [source](https://togithub.com/sindresorhus/awesome-lint) | --- ### Release Notes
sindresorhus/awesome-lint ### [`v0.9.0`](https://togithub.com/sindresorhus/awesome-lint/releases/v0.9.0) [Compare Source](https://togithub.com/sindresorhus/awesome-lint/compare/v0.8.0...v0.9.0) - Fix the casing issue of contributing.md [`e502b45`](https://togithub.com/sindresorhus/awesome-lint/commit/e502b45) - Add `reporter` option ([#​55](https://togithub.com/sindresorhus/awesome-lint/issues/55)) [`9d12b8f`](https://togithub.com/sindresorhus/awesome-lint/commit/9d12b8f)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#ZYSzys/awesome-captcha). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef1caa7..e49372a 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/ZYSzys/awesome-captcha#readme", "devDependencies": { - "awesome-lint": "0.8.0" + "awesome-lint": "0.9.0" } }