diff --git a/HISTORY.md b/HISTORY.md index 3a01ff6..9ec4515 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 36fbc59..c879e86 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" } }