Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-06-24 09:39:57 +0300
committerGitHub <noreply@github.com>2016-06-24 09:39:57 +0300
commit6424fb7c845880ecf56f8ac31be10e35a77f0b59 (patch)
treee4d82e937a85ff9fbcb612a6c060ba80d51abce4
parent0a9d3969be22a866bb1dad1b7185c9c643b147f6 (diff)
Add "sass" field to package.json for consistency with upstream
Refs #1045
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 068e917e..1c14cd16 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
+ "sass": "assets/stylesheets/_bootstrap.scss",
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"