@unhead/ssr
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
{ | ||
"name": "@unhead/ssr", | ||
"type": "module", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"author": "Harlan Wilton <harlan@harlanzw.com>", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"bugs": { | ||
@@ -33,3 +37,3 @@ "url": "https://github.com/unjs/unhead/issues" | ||
"peerDependencies": { | ||
"unhead": "2.0.0-alpha.1" | ||
"unhead": "2.0.0-alpha.2" | ||
}, | ||
@@ -36,0 +40,0 @@ "scripts": { |
2570