From: Kevin Perry Date: Thu, 27 Feb 2014 18:57:41 +0000 (-0500) Subject: Added missing component-installer properties; fixed formatting for authors property. X-Git-Tag: 2.6.0~31^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1499%2Fhead;p=thirdparty%2Fmoment.git Added missing component-installer properties; fixed formatting for authors property. --- diff --git a/composer.json b/composer.json index 10be06085..eb9c50b05 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,21 @@ "ender" ], "homepage": "http://github.com/moment/moment/", - "author": "Tim Wood (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" + ] + } + } }