Skip to content

Commit 0176f15

Browse files
authored
fix: add package.json to package exports (#394)
1 parent 9fb260a commit 0176f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
".": {
1414
"types": "./index.d.ts",
1515
"default": "./plugin.js"
16-
}
16+
},
17+
"./package.json": "./package.json"
1718
},
1819
"scripts": {
1920
"build": "rollup -c",

0 commit comments

Comments
 (0)