mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
- [react-packager][streamline oss] Move open sourced JS source to react-native-github | Spencer Ahrens - [react-packager] Bump version | Amjad Masad - Converted remaining modules and removed RKBridgeModule | Nick Lockwood
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"name": "react-packager",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jest": {
|
|
"unmockedModulePathPatterns": ["source-map"],
|
|
"testPathIgnorePatterns": ["JSAppServer/node_modules"]
|
|
}
|
|
}
|