From 533dddb7abbbfaa3a090b5de405eba8d73ab6d81 Mon Sep 17 00:00:00 2001 From: Kevin Perry Date: Thu, 27 Feb 2014 13:57:41 -0500 Subject: [PATCH] Added missing component-installer properties; fixed formatting for authors property. --- composer.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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" + ] + } + } } -- 2.47.2