Skip to content

Commit 7e129ab

Browse files
committed
fix(schema-org): avoid exporting /*
Fixes #405
1 parent 7a026f4 commit 7e129ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/schema-org/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"types": "./dist/vue.d.ts",
3232
"import": "./dist/vue.mjs",
3333
"require": "./dist/vue.cjs"
34-
},
35-
"./*": "./*"
34+
}
3635
},
3736
"main": "dist/index.cjs",
3837
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)