Skip to content

Commit 0155468

Browse files
committed
Title and description updated
1 parent 7469d10 commit 0155468

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-query-devtool-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jdl/react-native-query-devtool-app",
33
"productName": "react-native-query-devtool-app",
44
"version": "1.0.0",
5-
"description": "My Electron application description",
5+
"description": "The standalone app allows you to visualize and debug query data from your React Native application using the @jdl/react-native-query-devtool package.",
66
"main": ".webpack/main",
77
"scripts": {
88
"start": "electron-forge start",

packages/react-native-query-devtool-app/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
6-
<title>Query Debugger Tool</title>
6+
<title>React Query Devtool</title>
77
</head>
88
<body>
99
<div id="root"></div>

0 commit comments

Comments
 (0)