Skip to content

Commit

Permalink
fix(nuxt): improve pkg config
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 16, 2022
1 parent 80edf8a commit 98a8eb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "nuxt-schema-org",
"type": "module",
"version": "1.0.0-beta.5",
"description": "Nuxt module for @vueuse/schema-org",
"author": "Harlan Wilton <harlan@harlanzw.com>",
Expand All @@ -21,10 +22,8 @@
"nuxt-module",
"nuxt3"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
}
Expand Down

0 comments on commit 98a8eb3

Please sign in to comment.