diff --git a/eyeglass-exports.js b/eyeglass-exports.js index 49d2c840..ec49addd 100644 --- a/eyeglass-exports.js +++ b/eyeglass-exports.js @@ -4,4 +4,4 @@ module.exports = function(eyeglass, sass) { return { sassDir: path.join(__dirname, 'assets/stylesheets') } -} \ No newline at end of file +}; diff --git a/package.json b/package.json index 68a2379b..4dbb7c5e 100644 --- a/package.json +++ b/package.json @@ -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"