From d2a10520428ea803e293877f6f0fa1cecc9b8c68 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 13 Dec 2013 20:22:40 +0100 Subject: [PATCH] use index.js --- chalk.js => index.js | 0 package.json | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename chalk.js => index.js (100%) diff --git a/chalk.js b/index.js similarity index 100% rename from chalk.js rename to index.js diff --git a/package.json b/package.json index 654f7c7..941898a 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,8 @@ "url": "http://sindresorhus.com" }, "files": [ - "chalk.js" + "index.js" ], - "main": "chalk", "repository": { "type": "git", "url": "git://github.com/sindresorhus/chalk.git"