Skip to content

Commit

Permalink
Update flow-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin committed May 23, 2018
1 parent 42606a6 commit 94c2b69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.*/node_modules/draft-js/lib/DraftEditor.react.js.flow
.*/node_modules/draft-js/lib/ContentBlock.js.flow
.*/node_modules/draft-js/lib/ContentBlockNode.js.flow
.*/node_modules/draft-js/lib/DraftEditorLeaf.react.js.flow

[include]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"add": "node ./script/add-module",
"start": "npm run watch:test",
"lint": "eslint src test",
"type": "flow",
"type": "flow src",
"check": "npm run lint && npm run type",
"test": "ava -v",
"test:coverage": "nyc npm test",
Expand Down Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-ava": "^4.5.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.47.1",
"flow-bin": "^0.66.0",
"flow-bin": "^0.70.0",
"nyc": "^11.8.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2346,9 +2346,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@^0.66.0:
version "0.66.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26"
flow-bin@^0.70.0:
version "0.70.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.70.0.tgz#080ae83a997f2b4ddb3dc2649bf13336825292b5"

fn-name@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit 94c2b69

Please sign in to comment.