diff options
| author | Mark Otto <[email protected]> | 2016-08-21 17:49:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-21 17:49:46 -0700 |
| commit | 75715d9d3cc8d033cc1e1fe5de805e81cfa06b1f (patch) | |
| tree | 8ae78d5228e7b0d0092d103b9c62ee69a79f3349 | |
| parent | daedcca8de70176c1d8e1c3c825e97f86b474b38 (diff) | |
| parent | 1885bfe533722716b846835c825c1ef225b9b0a0 (diff) | |
| download | bootstrap-75715d9d3cc8d033cc1e1fe5de805e81cfa06b1f.tar.xz bootstrap-75715d9d3cc8d033cc1e1fe5de805e81cfa06b1f.zip | |
Merge pull request #20394 from TrigenSoftware/v4-dev
Fix package.json
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3fc7ce1da..1dbd90bbd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "style": "dist/css/bootstrap.css", "sass": "scss/bootstrap.scss", - "main": "./dist/js/npm", + "main": "dist/js/bootstrap", "repository": { "type": "git", "url": "https://github.com/twbs/bootstrap.git" |
