From a3ef8f712ae73c9468ccc3019ed6aefd676f6d0d Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 13 Mar 2013 20:14:03 -0700 Subject: [PATCH] fix up package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b07b036..1322a93 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "email": "sami@samhuri.net", "url": "https://github.com/samsonjs/strftime/issues" }, - "main": "./strftime", + "main": "./strftime.js", "engines": { "node": ">=0.2.0" }, "licenses": [ { "type": "MIT", - "url": "http://github.com/samsonjs/strftime/raw/master/LICENSE" + "url": "http://sjs.mit-license.org" } ], "dependencies": {},