Commit 81d9a46d authored by Mark Otto's avatar Mark Otto

Merge pull request #12534 from Techwraith/patch-1

Allow the bootstrap package in npm to expose css and less
parents f16a2376 fd9b29b4
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
"style": "./dist/css/bootstrap.css",
"less": "./less/bootstrap.less",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/twbs/bootstrap.git" "url": "https://github.com/twbs/bootstrap.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