Skip to content

Commit

Permalink
fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
A-gambit committed Dec 27, 2016
1 parent 91f773c commit af6ec68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow-typed/mobx.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ declare module 'mobx' {
forEach(callbackfn: (value: V, index: K, map: IMap<K, V>) => void, thisArg?: any): void;
get(key: K): V | any;
has(key: K): boolean;
set(key: K, value?: V): this;
set(key: K, value?: V): any;
size: number;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"browserify": "^12.0.1",
"coveralls": "^2.11.4",
"faucet": "0.0.1",
"flow-bin": "^0.36.0",
"flow-bin": "0.36.0",
"istanbul": "^0.3.21",
"iterall": "^1.0.2",
"lodash.intersection": "^3.2.0",
Expand Down

0 comments on commit af6ec68

Please sign in to comment.