Skip to content

Commit 13153f9

Browse files
committed
chore: update async-miniweb repository metadata
1 parent 4c8adad commit 13153f9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.0](https://github.com/async-framework/miniweb/releases/tag/v0.1.0) - 2026-05-28
3+
## [0.1.0](https://github.com/async-framework/async-miniweb/releases/tag/v0.1.0) - 2026-05-28
44

55
Initial public release of MiniWeb as `@async/miniweb`.
66

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When the release PR merges, push the release tag. The `Release` workflow verifie
1313
Configure npm Trusted Publishing for this package before the first automated publish:
1414

1515
- npm package: `@async/miniweb`
16-
- GitHub owner/repository: `async-framework/miniweb`
16+
- GitHub owner/repository: `async-framework/async-miniweb`
1717
- Workflow filename: `release.yml`
1818
- Environment: leave unset unless npm requires one for the package
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "module",
55
"description": "A tiny web-stack simulator for static-hosted demos and Node-side integration tests.",
66
"license": "MIT",
7-
"homepage": "https://github.com/async-framework/miniweb#readme",
7+
"homepage": "https://github.com/async-framework/async-miniweb#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/async-framework/miniweb.git"
10+
"url": "git+https://github.com/async-framework/async-miniweb.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/async-framework/miniweb/issues"
13+
"url": "https://github.com/async-framework/async-miniweb/issues"
1414
},
1515
"bin": {
1616
"miniweb": "./dist/cli.js"

tools/brave-miniweb-redirect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It only redirects top-level page navigations for the MiniWeb preview hostname. I
1717
4. Select this folder:
1818

1919
```txt
20-
/Users/patrickjs/code/async-framework/miniweb/tools/brave-miniweb-redirect
20+
/Users/patrickjs/code/async-framework/async-miniweb/tools/brave-miniweb-redirect
2121
```
2222

2323
Then open:

0 commit comments

Comments
 (0)