Skip to content

Commit

Permalink
fix(lib/index): incorrect require
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 31, 2016
1 parent da43b33 commit 280eb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

var utils = require('./utils')
var gruu = require('../index')
var Gruu = require('./index').Gruu
var Gruu = require('../index').Gruu

/**
* Makes a proxy function, which allow us
Expand Down

0 comments on commit 280eb0a

Please sign in to comment.