Skip to content

Commit

Permalink
Update keywords and ignores in bower.json and component.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 9, 2014
1 parent 5fd4f19 commit cb2c3ee
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
14 changes: 10 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
"main": "_normalize.scss",
"keywords": [
"normalize.css"
"normalize",
"reset",
"typography",
"design",
"ui"
],
"license": [
"MIT",
"GPLv2"
],
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"component.json",
"CONTRIBUTING.md",
"normalize-scss.gemspec",
"lib/normalize-scss.rb",
"test.html"
"sache.json",
"test.html",
"lib",
"tests"
]
}
29 changes: 22 additions & 7 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"name": "normalize-scss",
"repo": "JohnAlbin/normalize-scss",
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
"version": "3.0.0-alpha.1+normalize.2.1.3",
"styles": ["_normalize.scss"],
"author": ["Nicolas Gallagher", "John Albin Wilkins"],
"license": "GPLv2"
"name": "normalize-scss",
"repo": "JohnAlbin/normalize-scss",
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
"version": "3.0.0-alpha.1+normalize.2.1.3",
"authors": [
"Nicolas Gallagher",
"John Albin Wilkins"
],
"keywords": [
"normalize",
"reset",
"typography",
"design",
"ui"
],
"dependencies": {},
"development": {},
"license": [
"MIT",
"GPLv2"
],
"styles": ["_normalize.scss"]
}

0 comments on commit cb2c3ee

Please sign in to comment.