Skip to content

Commit 49aa624

Browse files
authored
Fix: Make Nuxt package public and use Apache license (#273)
1 parent 7bad9d4 commit 49aa624

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/nuxt/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "@workflow/nuxt",
3-
"version": "4.0.1-beta.7",
3+
"version": "4.0.1-beta.1",
44
"description": "Nuxt integration for Workflow DevKit",
5-
"license": "MIT",
5+
"license": "Apache-2.0",
66
"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+
},
715
"exports": {
816
".": {
917
"types": "./dist/types.d.mts",

0 commit comments

Comments
 (0)