Skip to content

Commit

Permalink
Added missing component-installer properties; fixed formatting for au…
Browse files Browse the repository at this point in the history
…thors property.
  • Loading branch information
kperry42 committed Feb 27, 2014
1 parent d3da8f7 commit 533dddb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions composer.json
Expand Up @@ -13,6 +13,21 @@
"ender"
],
"homepage": "http://github.com/moment/moment/",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"license": "MIT"
"authors": [{"name": "Tim Wood", "email": "washwithcare@gmail.com"}],
"license": "MIT",
"type": "component",
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"moment.js"
],
"files": [
"min/*.js",
"lang/*.js"
]
}
}
}

0 comments on commit 533dddb

Please sign in to comment.