Skip to content

Commit

Permalink
Require the main index file correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein authored and tysongach committed Oct 17, 2015
1 parent 4772743 commit 3031617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyeglass-exports.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var bourbon = require(".");
var bourbon = require("./index");

module.exports = function(eyeglass, sass) {
return {
Expand Down

0 comments on commit 3031617

Please sign in to comment.