bower.json in normalize-scss-4.0.3 vs bower.json in normalize-scss-4.1.0
- old
+ new
@@ -1,10 +1,10 @@
{
"name": "normalize-scss",
"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.",
"main": [
- "sass/normalize/_import-now.scss"
+ "sass/_normalize.scss"
],
"authors": [
"John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)"
],
"license": "(MIT OR GPL-2.0)",
@@ -25,10 +25,7 @@
"node_modules",
"normalize-scss.gemspec",
"sache.json",
"test.html",
"test"
- ],
- "dependencies": {
- "support-for": "~1.0.2"
- }
+ ]
}