removing react-addons-test-utils (#3221)

This commit is contained in:
Lorenzo Sciandra
2018-01-04 14:08:58 +00:00
committed by GitHub
parent a83220b511
commit 450a1e3ba5
4 changed files with 524 additions and 414 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"postinstall": "rm -rf node_modules/react-navigation/{node_modules,examples}",
"postinstall":
"rm -rf node_modules/react-navigation/{node_modules,examples}",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
@@ -35,6 +36,6 @@
"jest-expo": "^23.0.0",
"react-native-scripts": "^1.3.1",
"react-navigation": "file:../..",
"react-test-renderer": "16.0.0-alpha.12"
"react-test-renderer": "16.0.0"
}
}

File diff suppressed because it is too large Load Diff