From fd9b29b43e089719ca6d6b690f83874a05a83ab8 Mon Sep 17 00:00:00 2001 From: Daniel Erickson Date: Sun, 2 Feb 2014 17:33:40 -0800 Subject: [PATCH] Allow the bootstrap package in npm to expose css and less --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2