mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
9bc98405a0
Add section separator for logging-display Refactor user-login-callback Add comment to AppConfig class definition Fix mobile compilation error Use reference in AppConfig singleton; remove obsolete CMake directives Styling changes Disable status-go logs by default on desktop Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"private": true,
|
|
"nativePackage": true,
|
|
"name": "react-native-desktop-config",
|
|
"version": "1.0.0",
|
|
"description": "Configuration backend for Desktop",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": ""
|
|
}
|