Allow the bootstrap package in npm to expose css and less
Showing
| ... | @@ -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" | ||
| ... | ... |
Please register or sign in to comment