Skip to content

Commit

Permalink
Let enum auto increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayquaza01 committed Nov 22, 2020
1 parent ac5e19f commit d256163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"webextension-polyfill-ts": "^0.21.0"
},
"browserslist": [
"Firefox >= 78",
"Firefox 78",
"Chrome 87"
]
}
6 changes: 3 additions & 3 deletions src/MessageInterface.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum MessageState {
DELETE = 0,
SET_IDLE = 1,
SET_STARTUP = 2
DELETE,
SET_IDLE,
SET_STARTUP
}

export interface MessageInterface {
Expand Down

0 comments on commit d256163

Please sign in to comment.