mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
c892d2c8d1
- Only update Redbox when offscreen | Nick Lockwood - [react-packager] Cleanup option passing and validation | Amjad Masad - Unified bridge implementation between OSS and private React forks | Nick Lockwood - [react-packager][cleanup options 1/2] add npm installed joi validation library | Amjad Masad
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"name": "react-packager",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jest": {
|
|
"unmockedModulePathPatterns": [
|
|
"source-map"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"JSAppServer/node_modules"
|
|
]
|
|
}
|
|
}
|