@unhead/vue 2.0.0-alpha.0 → 2.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/package.json +5 -4
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# `@unhead/vue`
|
|
2
|
+
|
|
3
|
+
Visit the [documentation site](https://unhead.unjs.io/) for guides and API references.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm i @unhead/vue
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## License
|
|
12
|
+
|
|
13
|
+
MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.1",
|
|
5
|
+
"description": "Full-stack <head> manager built for Vue.",
|
|
5
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
7
|
"license": "MIT",
|
|
7
8
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -68,9 +69,9 @@
|
|
|
68
69
|
},
|
|
69
70
|
"dependencies": {
|
|
70
71
|
"hookable": "^5.5.3",
|
|
71
|
-
"@unhead/schema": "2.0.0-alpha.
|
|
72
|
-
"unhead": "2.0.0-alpha.
|
|
73
|
-
"
|
|
72
|
+
"@unhead/schema": "2.0.0-alpha.1",
|
|
73
|
+
"@unhead/shared": "2.0.0-alpha.1",
|
|
74
|
+
"unhead": "2.0.0-alpha.1"
|
|
74
75
|
},
|
|
75
76
|
"scripts": {
|
|
76
77
|
"build": "unbuild .",
|