Skip to content

Commit

Permalink
fix(schema): add export condition for nuxt2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 2, 2023
1 parent b083493 commit 1fd491f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 1fd491f

Please sign in to comment.