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" -}