0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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

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"