aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-05 13:54:53 -0800
committerMark Otto <[email protected]>2014-02-05 13:54:53 -0800
commit81d9a46dcd756484ece9ad0fae1de09b8fdabff5 (patch)
treed04e603789f658997500a19a0f597b1e6eeb760d /package.json
parentf16a2376c11ac8946c4aee102ff141117815e2de (diff)
parentfd9b29b43e089719ca6d6b690f83874a05a83ab8 (diff)
downloadbootstrap-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
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"