forked from JohnAlbin/normalize-scss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update keywords and ignores in bower.json and component.json.
- Loading branch information
Showing
2 changed files
with
32 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |