Add missing dependency

This commit is contained in:
Diego Sampaio 2017-08-07 09:07:05 -03:00
parent f836982b09
commit b672bffb90
No known key found for this signature in database
GPG Key ID: E060152B30502562
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"react-native-meteor": "^1.1.0",
"react-native-zeroconf": "^0.7.1",
"react-navigation": "^1.0.0-beta.11",
"realm": "^1.10.1"
"realm": "^1.10.1",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"babel-jest": "20.0.3",