Skip to content

Commit aa1a42e

Browse files
committed
Drop support for Bower. Fixes #130
1 parent a0a2a00 commit aa1a42e

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
For use with… | normalize-scss version
66
-----------------------------|-----------------------
7-
Sass 3.4 or libSass | [7.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/7.0.0)<br> combining normalize.css v7.0.0 with v1.1.3
7+
Sass 3.4 or libSass | [8.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/8.0.0)<br> combining normalize.css v7.0.0 with v1.1.3
8+
Compass or Bower | [7.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/7.0.0)<br> combining normalize.css v7.0.0 with v1.1.3 (last version with Compass and Bower support)
89
Ruby Sass 3.3 | [3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3)<br> combining normalize.css v3.0.3 with v1.1.3
910
Ruby Sass 3.2 | [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3)<br> combining normalize.css v2.1.3 with v1.1.3
1011

@@ -42,7 +43,6 @@ Install using one of the following methods:
4243

4344
* Download directly from the [project page](https://github.com/JohnAlbin/normalize-scss/releases).
4445
* Install with [npm](http://npmjs.org/): `npm install --save normalize-scss`
45-
* Install with [Bower](http://bower.io/): `bower install --save normalize.scss`
4646
* Install with [Ruby Gem](https://rubygems.org/gems/normalize-scss): `gem install normalize-scss`<br>
4747
and, optionally, add `require "normalize-scss"` to your config.rb file. Note: if you want to alter the _normalize.scss file after installation (see "how to use it" below), you can use the `gem list --details normalize-scss` command to show you where the normalize-scss files were installed.
4848

bower.json

-30
This file was deleted.

normalize-scss.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.files = `git ls-files`.split($/).select {|f| File.exist?(f) && f =~ %r{^(lib|sass)/} }
2222
spec.files += %w(
23-
bower.json
2423
CONTRIBUTING.md
2524
LICENSE.md
2625
normalize-scss.gemspec

0 commit comments

Comments
 (0)