mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
Remove generating prop-types from Flow
This commit is contained in:
2
.babelrc
2
.babelrc
@@ -18,7 +18,6 @@
|
||||
"publish-rn": {
|
||||
"presets": ["react-native-syntax"],
|
||||
"plugins": [
|
||||
"flow-react-proptypes",
|
||||
"transform-flow-strip-types"
|
||||
]
|
||||
},
|
||||
@@ -26,7 +25,6 @@
|
||||
"publish-web": {
|
||||
"presets": ["es2015", "stage-1", "react"],
|
||||
"plugins": [
|
||||
"flow-react-proptypes",
|
||||
"transform-flow-strip-types"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-eslint": "^7.2.3",
|
||||
"babel-jest": "^20.0.3",
|
||||
"babel-plugin-flow-react-proptypes": "^3.4.2",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-preset-react-native": "^2.1.0",
|
||||
|
||||
@@ -529,15 +529,6 @@ babel-plugin-external-helpers@^6.18.0:
|
||||
dependencies:
|
||||
babel-runtime "^6.22.0"
|
||||
|
||||
babel-plugin-flow-react-proptypes@^3.4.2:
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-3.4.2.tgz#3207e17e098146823e00f6af2b931b47a488d3ce"
|
||||
dependencies:
|
||||
babel-core "^6.25.0"
|
||||
babel-template "^6.25.0"
|
||||
babel-traverse "^6.25.0"
|
||||
babel-types "^6.25.0"
|
||||
|
||||
babel-plugin-istanbul@^4.0.0:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.3.tgz#6ee6280410dcf59c7747518c3dfd98680958f102"
|
||||
|
||||
Reference in New Issue
Block a user