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

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-05-21 11:50:46 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-05-21 11:50:46 +0300
commita80129f2d425b7836077d1735d6e7f4b0a9ba9e8 (patch)
treeba45ab28c5df84e18a1132c295c2a869e20da198
parent4fbac494a851f149412cca74fd6b2e7209eeaf50 (diff)
Tag 5.0.0.5.0.0
-rw-r--r--README.md2
-rw-r--r--normalize-scss.gemspec6
-rw-r--r--package.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6f16c2f..8a27a41 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
For use with… | normalize-scss version
-----------------------------|-----------------------
-Sass 3.4 or libSass | [4.2.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.1)<br> combining normalize.css v3.0.3 with v1.1.3
+Sass 3.4 or libSass | [5.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.0)<br> combining normalize.css v4.1.1 with v1.1.3
Ruby Sass 3.3 + Compass 1.0 | [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
Ruby Sass 3.2 + Compass 0.12 | [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
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index 3026fc9..cc87ffc 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
spec.rubyforge_project =
- spec.version = '4.2.1'
- spec.date = '2016-05-01'
- spec.licenses = ['GPL-2.0']
+ spec.version = '5.0.0'
+ spec.date = '2016-05-21'
+ spec.licenses = ['MIT', 'GPL-2.0']
spec.authors = ['John Albin Wilkins']
spec.email = 'virtually.johnalbin@gmail.com'
diff --git a/package.json b/package.json
index 74efb61..0057140 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "4.2.1",
+ "version": "5.0.0",
"description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"bugs": {