diff options
| author | James Friend <[email protected]> | 2014-08-04 10:07:21 +0800 |
|---|---|---|
| committer | James Friend <[email protected]> | 2014-08-05 10:51:31 +0800 |
| commit | 689faaf16f255ae5bc37c6e348fd593ae270a103 (patch) | |
| tree | c292a1134c08796e11a58d497e4604f1bc8be7a8 /package.json | |
| parent | 33a6932d6fc2df2b5b1d1b34f1ca5343dd8f8868 (diff) | |
| download | bootstrap-689faaf16f255ae5bc37c6e348fd593ae270a103.tar.xz bootstrap-689faaf16f255ae5bc37c6e348fd593ae270a103.zip | |
added a separate npm-specific main file
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c9376e5f3..6f15315b4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "style": "dist/css/bootstrap.css", "less": "less/bootstrap.less", - "main": "./index.js", + "main": "./dist/js/npm", "repository": { "type": "git", "url": "https://github.com/twbs/bootstrap.git" |
