Skip to content

Commit 8a925e0

Browse files
committed
Clean up component.json
Bower doesn't currently use several properties that were included. Keep `styles` for now, for Component(1).
1 parent 40f39d8 commit 8a925e0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

component.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
"version": "2.1.0",
44
"author": "Nicolas Gallagher",
55
"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-
}]
6+
"main": "normalize.css",
7+
"styles": ["normalize.css"]
158
}

0 commit comments

Comments
 (0)