Skip to content

Commit

Permalink
Fix color global export
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Nov 14, 2016
1 parent 9e81c51 commit 7a4c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color.js
Expand Up @@ -4,7 +4,7 @@
} else if (typeof module === 'object' && module.exports) {
module.exports = factory()
} else {
root.returnExports = factory()
root.color = factory()
}
}(this, function () {
return {
Expand Down

0 comments on commit 7a4c1f2

Please sign in to comment.