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

Merge pull request #12534 from Techwraith/patch-1

Allow the bootstrap package in npm to expose css and less
This commit is contained in:
Mark Otto 2014-02-05 13:54:53 -08:00
commit 81d9a46dcd

View File

@ -11,6 +11,8 @@
"scripts": {
"test": "grunt test"
},
"style": "./dist/css/bootstrap.css",
"less": "./less/bootstrap.less",
"repository": {
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"