diff options
| author | Daniel Erickson <[email protected]> | 2014-02-02 17:33:40 -0800 |
|---|---|---|
| committer | Daniel Erickson <[email protected]> | 2014-02-02 17:33:40 -0800 |
| commit | fd9b29b43e089719ca6d6b690f83874a05a83ab8 (patch) | |
| tree | bbf14cd9e3df519fbcfeb7a0879e7de096f85430 | |
| parent | c1a5e1443f58244975b68f7ac1d1d61a82689160 (diff) | |
| download | bootstrap-fd9b29b43e089719ca6d6b690f83874a05a83ab8.tar.xz bootstrap-fd9b29b43e089719ca6d6b690f83874a05a83ab8.zip | |
Allow the bootstrap package in npm to expose css and less
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 6b38c31ab..52bcb4dc8 100644 --- a/package.json +++ b/package.json @@ -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" |
