Skip to content

Commit

Permalink
Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Kurkin committed Oct 2, 2019
1 parent 738c104 commit 0970e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Response.js.flow
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @flow

import EventEmitter from 'events';

export type StateListener = (string => any) | EventEmitter;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Response",
"author": "Vladislav Kurkin <[email protected]>",
"version": "1.0.4",
"version": "1.0.5",
"main": "Response.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0970e3e

Please sign in to comment.