Skip to content

Commit

Permalink
fix: add type in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed May 28, 2020
1 parent 1837128 commit a90ba54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meetio/scheme-generator",
"version": "1.8.0",
"version": "1.9.0",
"description": "Easily generate themes for Sublime Text",
"main": "dist/index.js",
"typescript": {
Expand Down
2 changes: 2 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ export interface IColors {
foreground: string;
background: string;
comments: string;
white?: string;
black?: string;
blue?: string;
brown?: string;
cyan?: string;
Expand Down

0 comments on commit a90ba54

Please sign in to comment.