Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Nov 22, 2024
1 parent 77e56a1 commit a1417e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "wnfsutils"
version = "1.1.5"
version = "1.1.6"
edition = "2021"
description = "WNFS utilities for web applications"
license = "MIT OR Apache-2.0"
repository = "https://github.com/your-username/wnfs-utils-web"
repository = "https://github.com/functionland/wnfs-utils-web"
readme = "README.md"
keywords = ["wnfs", "web", "storage", "encryption"]
categories = ["wasm", "web-programming"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library is used with wnfs-android to feed custom blockstore to wnfs-android
wasm-pack build --target web
```

2. Install the generated package in your Next.js project:
2. edit package name in pkg/package.json. Install the generated package in your Next.js project:

```
npm install ../path/to/your/pkg
Expand Down

0 comments on commit a1417e7

Please sign in to comment.