From 3c7347310e0e17181cf54ddf6804e3dccce71d4b Mon Sep 17 00:00:00 2001 From: Damian Suarez Date: Mon, 8 Apr 2013 01:00:53 -0300 Subject: [PATCH] Add supprt to use it like as a component (www.component.io) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 110f72e..bb12728 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,11 @@ "type": "git", "url": "git://github.com/samsonjs/strftime.git" }, + "component": { + "scripts": { + "strftime/index.js": "strftime.js" + } + }, "bugs": { "email": "sami@samhuri.net", "url": "https://github.com/samsonjs/strftime/issues"