diff options
| author | Onoshko Dan <[email protected]> | 2016-07-28 23:55:10 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-28 23:55:10 +0700 |
| commit | 1885bfe533722716b846835c825c1ef225b9b0a0 (patch) | |
| tree | 44eef057ca10935fbef4080b49bc25c26ae4e6d3 | |
| parent | 7d2295ffaf3a2833f47c164539872de5d2f63b15 (diff) | |
| download | bootstrap-1885bfe533722716b846835c825c1ef225b9b0a0.tar.xz bootstrap-1885bfe533722716b846835c825c1ef225b9b0a0.zip | |
Fix package.json
For example, `resolve` npm module can't resolve path to bootstrap.
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dbfbcbe7e..0daac801f 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" |
