]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow the bootstrap package in npm to expose css and less 12534/head
authorDaniel Erickson <techwraithpdx@gmail.com>
Mon, 3 Feb 2014 01:33:40 +0000 (17:33 -0800)
committerDaniel Erickson <techwraithpdx@gmail.com>
Mon, 3 Feb 2014 01:33:40 +0000 (17:33 -0800)
package.json

index 6b38c31abac33b885314561d5330f0e06664266d..52bcb4dc8159260e17108e0db7f7f5d6e0af7c68 100644 (file)
@@ -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"