Skip to content

Commit 8c47022

Browse files
committed
add react-test-renderer and react-native-vector-icons to greenkeeper's ignore list
1 parent 7aa01ae commit 8c47022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"ignore": [
3737
"flow-bin",
3838
"react-markdown",
39-
"react"
39+
"react",
40+
"react-test-renderer",
41+
"react-native-vector-icons"
4042
]
4143
},
4244
"jest": {

0 commit comments

Comments
 (0)