We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f39d8 commit 8a925e0Copy full SHA for 8a925e0
component.json
@@ -3,13 +3,6 @@
3
"version": "2.1.0",
4
"author": "Nicolas Gallagher",
5
"homepage": "http://necolas.github.com/normalize.css/",
6
- "styles": ["normalize.css"],
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/necolas/normalize.css.git"
10
- },
11
- "licenses": [{
12
- "type": "MIT",
13
- "url": "http://opensource.org/licenses/MIT"
14
- }]
+ "main": "normalize.css",
+ "styles": ["normalize.css"]
15
}
0 commit comments