From 551d83e419abbcb4cecd9ef4e11cdf88ca5c5919 Mon Sep 17 00:00:00 2001 From: Kristofor Salmin Date: Sun, 29 Oct 2017 13:05:56 +0300 Subject: [PATCH] Remove Component support --- .gitignore | 2 -- README.md | 1 - component.json | 11 ----------- 3 files changed, 14 deletions(-) delete mode 100644 component.json diff --git a/.gitignore b/.gitignore index 7edd7a8..e3fbd98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -bower_components build -components node_modules diff --git a/README.md b/README.md index 4119828..a35ef59 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Read more about how to use [SUIT CSS](https://github.com/suitcss/suit/). ## Installation * [npm](http://npmjs.org/): `npm install suitcss-base` -* [Component(1)](http://github.com/component/component): `component install suitcss/base` * [Download](https://github.com/suitcss/base/releases) ## Testing diff --git a/component.json b/component.json deleted file mode 100644 index 869bada..0000000 --- a/component.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "suitcss-base", - "repo": "suitcss/base", - "version": "3.0.0", - "styles": ["lib/base.css"], - "dependencies": { - "necolas/normalize.css": "6.0.0" - }, - "author": "Nicolas Gallagher", - "license": "MIT" -}