Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Make Bourbon a proper npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Aug 9, 2015
1 parent 76a61d9 commit 36c2d55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
var path = require('path');

module.exports = {
includePaths: [
path.join(__dirname, 'app/assets/stylesheets')
]
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "thoughtbot",
"url": "http://thoughtbot.com"
},
"main": "app/assets/stylesheets/_bourbon.scss",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
Expand Down

0 comments on commit 36c2d55

Please sign in to comment.