From f26a2a6eef6b5cda3480776cf7769392078321c5 Mon Sep 17 00:00:00 2001 From: Juga Paazmaya Date: Thu, 21 Aug 2014 16:07:59 +0300 Subject: [PATCH 1/2] Upgrading to Normalize.css 3.0.1. Fixes #306 --- HISTORY.md | 3 +++ bower.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 445de01bc..f4259c8e3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ Pure Change History =================== + +* Upgraded Normalize.css to 3.0.1. + 0.5.0 (2014-05-27) ------------------ diff --git a/bower.json b/bower.json index 36fbc595c..15edc5ee1 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,6 @@ "version": "0.5.0", "main": "build/pure.css", "devDependencies": { - "normalize-css": "1.1.3" + "normalize-css": "3.0.1" } } From ef746300c601af99b2607ac370c37c2ce024586e Mon Sep 17 00:00:00 2001 From: Juga Paazmaya Date: Wed, 27 Aug 2014 18:56:29 +0300 Subject: [PATCH 2/2] Setting Normalize.css version to read: compatible with 3.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 15edc5ee1..c879e8668 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,6 @@ "version": "0.5.0", "main": "build/pure.css", "devDependencies": { - "normalize-css": "3.0.1" + "normalize-css": "^3.0" } }