File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1010
1111.*/node_modules/*
1212
13+ .*/examples/*
14+
1315; Ignore duplicate module providers
1416; For RN Apps installed via npm, "Libraries" folder is inside
1517; "node_modules/react-native" but in the source repo it is in the root
Original file line number Diff line number Diff line change 44 "description" : " Nested Listview for React native" ,
55 "scripts" : {
66 "test" : " jest index.test.js" ,
7- "lint" : " eslint --cache ."
7+ "lint" : " eslint --cache ." ,
8+ "flow" : " flow"
89 },
910 "repository" : {
1011 "type" : " git" ,
2526 "eslint-plugin-flowtype" : " ^2.36.0" ,
2627 "eslint-plugin-react" : " ^7.4.0" ,
2728 "eslint-plugin-react-native" : " ^3.1.0" ,
28- "flow-bin" : " ^0.57.2 " ,
29+ "flow-bin" : " ^0.55.0 " ,
2930 "jest" : " ^21.2.0" ,
3031 "prettier" : " ^1.7.0" ,
3132 "prettier-eslint" : " ^8.2.1" ,
Original file line number Diff line number Diff line change @@ -1405,9 +1405,9 @@ flat-cache@^1.2.1:
14051405 graceful-fs "^4.1.2"
14061406 write "^0.2.1"
14071407
1408- flow-bin@^0.57.2 :
1409- version "0.57.2 "
1410- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.57.2 .tgz#0b5ed4dd38a1991047e9bee71d62a763ae61b6b7 "
1408+ flow-bin@^0.55.0 :
1409+ version "0.55.0 "
1410+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.55.0 .tgz#9083da9327bd8cab6b4076d63d85f2247a7eae1b "
14111411
14121412for-in@^1.0.1 :
14131413 version "1.0.2"
You can’t perform that action at this time.
0 commit comments