Skip to content

Commit 3ce8328

Browse files
committed
docs: udpate README.md and package name
1 parent fb16d7d commit 3ce8328

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ bun --version
1010
```bash
1111
bun install
1212
```
13+
14+
# Publish
15+
16+
```bash
17+
npm login
18+
bun release
19+
```

packages/react-native-quick-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@coolwalletapp/react-native-quick-crypto",
2+
"name": "@coolwallet-app/react-native-quick-crypto",
33
"version": "0.7.13",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)