Fix package.json

For example, `resolve` npm module can't resolve path to bootstrap.
This commit is contained in:
Onoshko Dan 2016-07-28 23:55:10 +07:00 committed by GitHub
parent 7d2295ffaf
commit 1885bfe533
1 changed files with 1 additions and 1 deletions

View File

@ -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"