Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rw-r--r--package.json2
2 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index d054511..6c87125 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
-# grunt-css-flip
+# grunt-css-flip [UNMAINTAINED/ABANDONED]
+![Still maintained?: Nope!](https://img.shields.io/badge/still_maintained%3F-Nope!-red.svg)
[![NPM version](https://img.shields.io/npm/v/grunt-css-flip.svg)](https://www.npmjs.com/package/grunt-css-flip)
[![Build Status](https://img.shields.io/travis/twbs/grunt-css-flip.svg?branch=master)](https://travis-ci.org/twbs/grunt-css-flip)
-![Development Status :: 5 - Production/Stable](https://img.shields.io/badge/maturity-stable-green.svg "Development Status :: 5 - Production/Stable")
+![Development Status :: 7 - Inactive](https://img.shields.io/badge/maturity-inactive-red.svg "Development Status :: 7 - Inactive")
[![MIT License](https://img.shields.io/npm/l/grunt-css-flip.svg)](https://github.com/twbs/grunt-css-flip/blob/master/LICENSE)
[![Dependency Status](https://img.shields.io/david/twbs/grunt-css-flip.svg)](https://david-dm.org/twbs/grunt-css-flip)
[![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-css-flip.svg)](https://david-dm.org/twbs/grunt-css-flip#info=devDependencies)
@@ -10,6 +11,10 @@
> Grunt plugin for [Twitter's css-flip](https://github.com/twitter/css-flip)
+## This package is no longer maintained!
+
+If you are interested in taking ownership of it, please contact [@cvrebert](https://github.com/cvrebert) or another member of the [@twbs team](https://github.com/orgs/twbs/people).
+
## Getting Started
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
@@ -105,7 +110,7 @@ The project's coding style is laid out in the ESLint configuration. Add unit tes
## License and copyright
-Released under the MIT license. Copyright Chris Rebert 2014.
+Released under the MIT License. Copyright Chris Rebert 2014-2016.
## Release History
* v0.4.0 (2014-07-16)
diff --git a/package.json b/package.json
index 459f776..e14264d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Grunt plugin for Twitter's css-flip",
"version": "0.4.0",
"homepage": "https://github.com/twbs/grunt-css-flip",
- "author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
+ "author": "Chris Rebert <code@chrisrebert.com> (http://chrisrebert.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/twbs/grunt-css-flip.git"