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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-02-21 12:17:36 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-07-25 22:41:04 +0300
commit5904c7db1dca0e7ce4ef624fd53d543903400b6a (patch)
tree83edc109241b4e16121eec30a20327e75a663d42
parent20b7a2c9cbb7ddc1f0a549739f7933044ecbbb80 (diff)
Specify package.json files
Resolves #1020 and #1006
-rw-r--r--eyeglass-exports.js2
-rw-r--r--package.json7
2 files changed, 8 insertions, 1 deletions
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"