Commit 61a21205 authored by Chris Rebert's avatar Chris Rebert

fix main SCSS file paths

Fixes 2916ac43 errata
FYI @glebm
parent 3d635f30
......@@ -14,7 +14,7 @@
],
"homepage": "http://getbootstrap.com",
"main": [
"sass/_bootstrap.scss",
"scss/_bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment