0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix main SCSS file paths

Fixes 2916ac43ed57baacc49d2cc7550b8d1dfe87b261 errata
FYI @glebm
This commit is contained in:
Chris Rebert 2015-01-18 14:29:51 -08:00
parent 3d635f3079
commit 61a2120557
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
"sass/_bootstrap.scss",
"scss/_bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],

View File

@ -17,7 +17,7 @@
"test": "grunt test"
},
"style": "dist/css/bootstrap.css",
"sass": "_sass/bootstrap.sass",
"sass": "scss/_bootstrap.scss",
"main": "./dist/js/npm",
"repository": {
"type": "git",