Merge pull request #30 from Leeds-eBooks/patch-1

add version to .flowconfig
This commit is contained in:
chrisbianca 2017-04-04 13:37:54 +01:00 committed by GitHub
commit 34746c22c2
2 changed files with 6 additions and 2 deletions

View File

@ -103,3 +103,6 @@ suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-4]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-4]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
[version]
^0.40.0

View File

@ -9,7 +9,8 @@
"dev": "npm run compile -- --watch",
"lint": "eslint ./src",
"publish_pages": "gh-pages -d public/",
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'"
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'",
"flow": "flow"
},
"repository": {
"type": "git",
@ -68,7 +69,7 @@
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.35.0",
"flow-bin": "^0.40.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-native": "^0.42.0"