Skip to content

Commit

Permalink
chore: npm meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 13, 2025
1 parent 85b58b0 commit 447a0b9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:memory": "vitest --expose-gc run memory",
"bump": "bumpp package.json packages/*/package.json --commit --push --tag",
"release": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks",
"release:next": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks --tag next",
"release:next": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks --tag next --access public",
"lint": "eslint . --fix",
"benchmark": "vitest bench"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/unhead/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `unhead`

Visit the [documentation site](https://unhead.unjs.io/) for guides and API references.

## Install

```bash
npm i unhead
```

## License

MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)
1 change: 1 addition & 0 deletions packages/unhead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "unhead",
"type": "module",
"version": "2.0.0-alpha.0",
"description": "Full-stack <head> manager built for any framework.",
"author": {
"name": "Harlan Wilton",
"email": "[email protected]",
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `@unhead/vue`

Visit the [documentation site](https://unhead.unjs.io/) for guides and API references.

## Install

```bash
npm i @unhead/vue
```

## License

MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@unhead/vue",
"type": "module",
"version": "2.0.0-alpha.0",
"description": "Full-stack <head> manager built for Vue.",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down

0 comments on commit 447a0b9

Please sign in to comment.