Skip to content

Commit dd3290a

Browse files
author
Adam Miskiewicz
committed
Remove generating prop-types from Flow
1 parent 2f0241d commit dd3290a

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.babelrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@
1818
"publish-rn": {
1919
"presets": ["react-native-syntax"],
2020
"plugins": [
21-
"flow-react-proptypes",
2221
"transform-flow-strip-types"
2322
]
2423
},
2524
// For publishing to NPM for web
2625
"publish-web": {
2726
"presets": ["es2015", "stage-1", "react"],
2827
"plugins": [
29-
"flow-react-proptypes",
3028
"transform-flow-strip-types"
3129
]
3230
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"babel-core": "^6.25.0",
5959
"babel-eslint": "^7.2.3",
6060
"babel-jest": "^20.0.3",
61-
"babel-plugin-flow-react-proptypes": "^3.4.2",
6261
"babel-preset-es2015": "^6.24.1",
6362
"babel-preset-react": "^6.24.1",
6463
"babel-preset-react-native": "^2.1.0",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,6 @@ babel-plugin-external-helpers@^6.18.0:
529529
dependencies:
530530
babel-runtime "^6.22.0"
531531

532-
babel-plugin-flow-react-proptypes@^3.4.2:
533-
version "3.4.2"
534-
resolved "https://registry.yarnpkg.com/babel-plugin-flow-react-proptypes/-/babel-plugin-flow-react-proptypes-3.4.2.tgz#3207e17e098146823e00f6af2b931b47a488d3ce"
535-
dependencies:
536-
babel-core "^6.25.0"
537-
babel-template "^6.25.0"
538-
babel-traverse "^6.25.0"
539-
babel-types "^6.25.0"
540-
541532
babel-plugin-istanbul@^4.0.0:
542533
version "4.1.3"
543534
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.3.tgz#6ee6280410dcf59c7747518c3dfd98680958f102"

0 commit comments

Comments
 (0)