From: Daniel Erickson Date: Mon, 3 Feb 2014 01:33:40 +0000 (-0800) Subject: Allow the bootstrap package in npm to expose css and less X-Git-Tag: v3.2.0~403^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9b29b43e089719ca6d6b690f83874a05a83ab8;p=thirdparty%2Fbootstrap.git Allow the bootstrap package in npm to expose css and less --- diff --git a/package.json b/package.json index 6b38c31aba..52bcb4dc81 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"