Skip to content

Commit

Permalink
Merge pull request #38 from rickyeh/patch-1
Browse files Browse the repository at this point in the history
Possible typo?
  • Loading branch information
kaesonho authored Aug 5, 2016
2 parents 95fb15b + 0868739 commit 6671776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (typeof window !== 'undefined') {
module.exports = {
listen: require('./dist/lib/listen'),
subscribe: require('./dist/subscribe'),
unsubscribe: require('./dist/subscribe')
unsubscribe: require('./dist/unsubscribe')
};
} else {
module.exports = {
Expand Down

0 comments on commit 6671776

Please sign in to comment.