Skip to content

Commit 533dddb

Browse files
committed
Added missing component-installer properties; fixed formatting for authors property.
1 parent d3da8f7 commit 533dddb

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

composer.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
"ender"
1414
],
1515
"homepage": "http://github.com/moment/moment/",
16-
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",
17-
"license": "MIT"
16+
"authors": [{"name": "Tim Wood", "email": "[email protected]"}],
17+
"license": "MIT",
18+
"type": "component",
19+
"require": {
20+
"robloach/component-installer": "*"
21+
},
22+
"extra": {
23+
"component": {
24+
"scripts": [
25+
"moment.js"
26+
],
27+
"files": [
28+
"min/*.js",
29+
"lang/*.js"
30+
]
31+
}
32+
}
1833
}

0 commit comments

Comments
 (0)