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>2017-05-17 12:44:37 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2017-05-17 12:44:37 +0300
commit967536f3c9c4d82304767e2b6d4a17abc94f2b89 (patch)
tree79c89179d90b88cb2e6297c31fa368096e3e3d90
parent2d19748a038c0dd839d0db8327368913d97f49d2 (diff)
Tag 7.0.0.7.0.0
-rw-r--r--README.md2
-rw-r--r--normalize-scss.gemspec4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8877f61..8463f2c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
For use with… | normalize-scss version
-----------------------------|-----------------------
-Sass 3.4 or libSass | [6.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/6.0.0)<br> combining normalize.css v5.0.0 with v1.1.3
+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
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
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
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index c0a4628..97ba704 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
spec.rubyforge_project =
- spec.version = '6.0.0'
- spec.date = '2016-10-24'
+ spec.version = '7.0.0'
+ spec.date = '2017-05-17'
spec.licenses = ['MIT', 'GPL-2.0']
spec.authors = ['John Albin Wilkins']
diff --git a/package.json b/package.json
index 551dfcd..8885f5e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "6.0.0",
+ "version": "7.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": {