diff --git a/package.json b/package.json index a1de11e..2226e76 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/theme/index.js b/theme/index.js index 65b24f8..12f4b40 100644 --- a/theme/index.js +++ b/theme/index.js @@ -2,4 +2,7 @@ const light = require("./variations/light") const dark = require("./variations/dark") -module.exports = [light, dark]; +module.exports = { + light: light, + dark: dark +}