From c699b06f86df78121c2c3a39f092056bfcd61f15 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 19:03:40 -0400 Subject: [PATCH] =?UTF-8?q?Goodbye=20Greenkeeper=20=F0=9F=91=8B=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(readme): remove Greenkeeper badge * chore(config): remove greenkeeper.json * Update README.md Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> Co-authored-by: Josh Dick --- README.md | 2 -- greenkeeper.json | 9 --------- 2 files changed, 11 deletions(-) delete mode 100644 greenkeeper.json diff --git a/README.md b/README.md index 51692bd..71efa96 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, based on [FlatColor](https://github.com/MaxSt/FlatColor), with colors inspired by the excellent [One Dark syntax theme](https://github.com/atom/one-dark-syntax) for the [Atom text editor](https://atom.io). -[![Greenkeeper badge](https://badges.greenkeeper.io/joshdick/onedark.vim.svg)](https://greenkeeper.io/) - ## Color Reference ![Color Reference](https://raw.githubusercontent.com/joshdick/onedark.vim/master/img/color_reference.png) diff --git a/greenkeeper.json b/greenkeeper.json deleted file mode 100644 index ea10a6b..0000000 --- a/greenkeeper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "groups": { - "default": { - "packages": [ - "build/package.json" - ] - } - } -}