We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bad9d4 commit 49aa624Copy full SHA for 49aa624
packages/nuxt/package.json
@@ -1,9 +1,17 @@
1
{
2
"name": "@workflow/nuxt",
3
- "version": "4.0.1-beta.7",
+ "version": "4.0.1-beta.1",
4
"description": "Nuxt integration for Workflow DevKit",
5
- "license": "MIT",
+ "license": "Apache-2.0",
6
"type": "module",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/vercel/workflow.git",
13
+ "directory": "packages/nuxt"
14
15
"exports": {
16
".": {
17
"types": "./dist/types.d.mts",
0 commit comments