diff --git a/.npmignore b/.npmignore index 0a0c3def..f08b5a68 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,6 @@ .sass-cache .scss-lint.yml bin/ -bower.json circle.yml CODE_OF_CONDUCT.md contrib/ diff --git a/README.md b/README.md index 5d2ebc12..d594d143 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ use out of the box and flexible enough to customize down the road. gem install neat ``` - Alternatively, you can install Neat with [Bower]. - 1. Install or update Neat’s dependencies: ```bash @@ -75,7 +73,6 @@ use out of the box and flexible enough to customize down the road. them easily. [RubyGems]: https://rubygems.org -[Bower]: http://bower.io ### Installation for Ruby on Rails 4.2+ diff --git a/RELEASING.md b/RELEASING.md index 45b63abf..7dd5adc5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,7 +4,6 @@ - `lib/neat/version.rb` - `core/_neat.scss` - `package.json` - - `bower.json` 1. Update `CHANGELOG.md` diff --git a/bower.json b/bower.json deleted file mode 100644 index 950a205f..00000000 --- a/bower.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "neat", - "description": "A lightweight, semantic grid framework", - "version": "3.0.1", - "main": "core/_neat.scss", - "license": "MIT", - "ignore": [ - "**/.*", - "bin", - "bin", - "CONTRIBUTING.md", - "Gemfile", - "Gemfile.lock", - "lib", - "neat.gemspec", - "NEWS.md", - "Rakefile", - "spec" - ], - "keywords": [ - "columns", - "grid", - "layout", - "media", - "media-queries", - "neat", - "queries", - "sass", - "scss", - "semantic" - ], - "authors": [ - "thoughtbot (http://thoughtbot.com)" - ], - "homepage": "http://neat.bourbon.io", - "repository": { - "type": "git", - "url": "https://github.com/thoughtbot/neat.git" - } -}