Skip to content

Commit bb2ab7d

Browse files
committed
feat: expose package.json
1 parent b5db045 commit bb2ab7d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/plugin-vue-jsx/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"files": [
88
"dist"
99
],
10-
"exports": "./dist/index.mjs",
10+
"exports": {
11+
".": "./dist/index.mjs",
12+
"./package.json": "./package.json"
13+
},
1114
"scripts": {
1215
"dev": "unbuild --stub",
1316
"build": "unbuild",

packages/plugin-vue/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"files": [
88
"dist"
99
],
10-
"exports": "./dist/index.mjs",
10+
"exports": {
11+
".": "./dist/index.mjs",
12+
"./package.json": "./package.json"
13+
},
1114
"scripts": {
1215
"dev": "unbuild --stub",
1316
"build": "unbuild",

0 commit comments

Comments
 (0)