From 175c6f938dc177872e16735cce01120446b040e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 26 Mar 2019 17:22:45 +0800 Subject: [PATCH] Update dependency awesome-lint to v0.9.1 (#11) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | awesome-lint | devDependencies | patch | [`0.9.0` -> `0.9.1`](https://diff.intrinsic.com/awesome-lint/0.9.0/0.9.1) | [source](https://togithub.com/sindresorhus/awesome-lint) | --- ### Release Notes
sindresorhus/awesome-lint ### [`v0.9.1`](https://togithub.com/sindresorhus/awesome-lint/releases/v0.9.1) [Compare Source](https://togithub.com/sindresorhus/awesome-lint/compare/v0.9.0...v0.9.1) - Add support for British 'licence spelling' ([#​56](https://togithub.com/sindresorhus/awesome-lint/issues/56)) [`3d2885e`](https://togithub.com/sindresorhus/awesome-lint/commit/3d2885e) - Add support for the new Awesome badge ([#​62](https://togithub.com/sindresorhus/awesome-lint/issues/62)) [`7d4176e`](https://togithub.com/sindresorhus/awesome-lint/commit/7d4176e)
--- ### 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). Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e49372a..256e288 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/ZYSzys/awesome-captcha#readme", "devDependencies": { - "awesome-lint": "0.9.0" + "awesome-lint": "0.9.1" } }