Skip to content

Commit 67bff28

Browse files
author
Alexander Farkas
committed
Merge pull request #97 from RobLoach/master
Add Composer support
2 parents a22b533 + 4b86616 commit 67bff28

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "afarkas/html5shiv",
3+
"description": "Defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.",
4+
"type": "component",
5+
"homepage": "http://paulirish.com/2011/the-history-of-the-html5-shiv/",
6+
"license": [
7+
"MIT",
8+
"GPL-2.0"
9+
],
10+
"require": {
11+
"robloach/component-installer": "*"
12+
},
13+
"extra": {
14+
"component": {
15+
"scripts": [
16+
"dist/html5shiv.js"
17+
]
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)