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-10-17 10:07:37 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 10:07:37 +0300
commitbaf67654b40770bfea02bb7757910e26bee2dc30 (patch)
treecdd55610264f68880c644c67ebc5b8a5d7fdee8e
parent1329741f2795c17354c981cf7f12ff1c78b74e72 (diff)
Tag 5.0.4.
-rw-r--r--normalize-scss.gemspec4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index eea5bbc..2479eda 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 = '5.0.3'
- spec.date = '2016-05-25'
+ spec.version = '5.0.4'
+ spec.date = '2016-10-17'
spec.licenses = ['MIT', 'GPL-2.0']
spec.authors = ['John Albin Wilkins']
diff --git a/package.json b/package.json
index b7e0118..05fe8e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "5.0.3",
+ "version": "5.0.4",
"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": {