From 33a6932d6fc2df2b5b1d1b34f1ca5343dd8f8868 Mon Sep 17 00:00:00 2001 From: James Friend Date: Sun, 15 Jun 2014 12:53:26 +0800 Subject: [PATCH] added 'main' field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8105591d7e..c9376e5f36 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "style": "dist/css/bootstrap.css", "less": "less/bootstrap.less", + "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/twbs/bootstrap.git"