From 447a0b945cdca798d8e656045a735dc62b7bf72f Mon Sep 17 00:00:00 2001 From: harlan Date: Mon, 13 Jan 2025 17:41:08 +1100 Subject: [PATCH] chore: npm meta data --- package.json | 2 +- packages/unhead/README.md | 13 +++++++++++++ packages/unhead/package.json | 1 + packages/vue/README.md | 13 +++++++++++++ packages/vue/package.json | 1 + 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 packages/unhead/README.md create mode 100644 packages/vue/README.md diff --git a/package.json b/package.json index d48209c5..cf77c891 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/packages/unhead/README.md b/packages/unhead/README.md new file mode 100644 index 00000000..b2427320 --- /dev/null +++ b/packages/unhead/README.md @@ -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) diff --git a/packages/unhead/package.json b/packages/unhead/package.json index 1737ec2b..b4cf071e 100644 --- a/packages/unhead/package.json +++ b/packages/unhead/package.json @@ -2,6 +2,7 @@ "name": "unhead", "type": "module", "version": "2.0.0-alpha.0", + "description": "Full-stack manager built for any framework.", "author": { "name": "Harlan Wilton", "email": "harlan@harlanzw.com", diff --git a/packages/vue/README.md b/packages/vue/README.md new file mode 100644 index 00000000..77edb83d --- /dev/null +++ b/packages/vue/README.md @@ -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) diff --git a/packages/vue/package.json b/packages/vue/package.json index ed1efe37..3fe64707 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -2,6 +2,7 @@ "name": "@unhead/vue", "type": "module", "version": "2.0.0-alpha.0", + "description": "Full-stack manager built for Vue.", "author": "Harlan Wilton ", "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw",