Skip to content

Commit 6786596

Browse files
committed
remove unused rollup-plugin-flow dependency (#379)
1 parent ca64d12 commit 6786596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@babel/core": "^7.4.4",
4646
"@babel/plugin-proposal-class-properties": "7.4.4",
4747
"@babel/plugin-syntax-jsx": "^7.2.0",
48+
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
4849
"@babel/plugin-transform-react-jsx": "^7.3.0",
4950
"@babel/polyfill": "^7.4.4",
5051
"@babel/preset-flow": "^7.0.0",
@@ -67,7 +68,6 @@
6768
"rollup-plugin-bundle-size": "^1.0.1",
6869
"rollup-plugin-commonjs": "^9.0.0",
6970
"rollup-plugin-es3": "^1.1.0",
70-
"rollup-plugin-flow": "^1.1.1",
7171
"rollup-plugin-json": "^4.0.0",
7272
"rollup-plugin-node-resolve": "^4.2.3",
7373
"rollup-plugin-postcss": "^2.0.3",

0 commit comments

Comments
 (0)