1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Add "sass" field to package.json for consistency with upstream

Refs #1045
This commit is contained in:
Chris Rebert 2016-06-23 23:39:57 -07:00 committed by GitHub
parent 0a9d3969be
commit 6424fb7c84

View file

@ -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"