Skip to content

Commit

Permalink
Adding missing export definition (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-kang authored and Qix- committed Aug 1, 2018
1 parent 2a7af31 commit 38f6424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ for (var name in colorNames) {
}

var cs = module.exports = {
to: {}
to: {},
get: {}
};

cs.get = function (string) {
Expand Down

0 comments on commit 38f6424

Please sign in to comment.