diff options
| author | Mark Otto <[email protected]> | 2014-02-05 13:54:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-05 13:54:53 -0800 |
| commit | 81d9a46dcd756484ece9ad0fae1de09b8fdabff5 (patch) | |
| tree | d04e603789f658997500a19a0f597b1e6eeb760d | |
| parent | f16a2376c11ac8946c4aee102ff141117815e2de (diff) | |
| parent | fd9b29b43e089719ca6d6b690f83874a05a83ab8 (diff) | |
| download | bootstrap-81d9a46dcd756484ece9ad0fae1de09b8fdabff5.tar.xz bootstrap-81d9a46dcd756484ece9ad0fae1de09b8fdabff5.zip | |
Merge pull request #12534 from Techwraith/patch-1
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 76e7e1727..b93ae15ba 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" |
