Skip to content

Commit 2a1baeb

Browse files
chore: Update README with banner image and modify npx command; bump version to 1.0.3 in package.json
1 parent 31aba23 commit 2a1baeb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<h1 style="text-align: center;">React Native Lab</h1>
22

3+
![Github License](./images/banner.jpg)
4+
35
![Github License](https://img.shields.io/github/license/developer-sumit/react-native-lab)
46

57
**GITHUB** \
@@ -70,7 +72,7 @@ To get started with `react-native-lab`, follow these steps:
7072
1. Ensure you have all the prerequisites installed on your system.
7173
2. You can use `npx` to run the tool without installing it:
7274
```sh
73-
npx react-native-lab
75+
npx react-native-lab@latest
7476
```
7577

7678
<h2 id="common-issues" style="text-align: center;">🛠️ Common Issues</h2>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-lab",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -11,7 +11,7 @@
1111
"build": "node esbuild.config.js",
1212
"prepublishOnly": "npm run clean && npm run build",
1313
"clean": "rimraf dist",
14-
"test": "node dist/index.js"
14+
"test": "node ./dist/index.js"
1515
},
1616
"files": [
1717
"dist"

0 commit comments

Comments
 (0)