Skip to content

Commit

Permalink
fix: version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Nov 18, 2019
1 parent 1f63397 commit e62db09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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.1",
"version": "1.0.2",
"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: 1 addition & 4 deletions theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
const light = require("./variations/light")
const dark = require("./variations/dark")

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

0 comments on commit e62db09

Please sign in to comment.