Skip to content

Commit

Permalink
fix: export.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Nov 18, 2019
1 parent e62db09 commit bd3c5bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meetio-theme-colors",
"version": "1.0.2",
"version": "1.0.3",
"description": "The most delicious and wonderful colors for Meetio Theme",
"bugs": {
"url": "https://github.com/meetio-theme/sublime-meetio-theme-colors/issues"
Expand Down
5 changes: 4 additions & 1 deletion theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
const light = require("./variations/light")
const dark = require("./variations/dark")

module.exports = [light, dark];
module.exports = {
light: light,
dark: dark
}

0 comments on commit bd3c5bc

Please sign in to comment.