diff options
| author | James Friend <[email protected]> | 2014-06-15 12:53:26 +0800 |
|---|---|---|
| committer | James Friend <[email protected]> | 2014-06-15 12:53:26 +0800 |
| commit | 33a6932d6fc2df2b5b1d1b34f1ca5343dd8f8868 (patch) | |
| tree | 8c3faa5d8181aef3e9d45d2de026828e84ca275b | |
| parent | 03342f1a7e32158e44ed689c6cb2d4d515204813 (diff) | |
| download | bootstrap-33a6932d6fc2df2b5b1d1b34f1ca5343dd8f8868.tar.xz bootstrap-33a6932d6fc2df2b5b1d1b34f1ca5343dd8f8868.zip | |
added 'main' field to package.json
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 8105591d7..c9376e5f3 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" |
