Specify package.json files

Resolves #1020 and #1006
This commit is contained in:
Gleb Mazovetskiy 2016-02-21 09:17:36 +00:00
parent 20b7a2c9cb
commit 5904c7db1d
2 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,4 @@ module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'assets/stylesheets')
}
}
};

View File

@ -5,6 +5,13 @@
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"files": [
"assets",
"eyeglass-exports.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"