2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Allow the bootstrap package in npm to expose css and less

This commit is contained in:
Daniel Erickson
2014-02-02 17:33:40 -08:00
parent c1a5e1443f
commit fd9b29b43e
+2
View File
@@ -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"