Skip to content

Commit ccdf59e

Browse files
committed
fix: include fixtures/ in published package
1 parent 3af62ca commit ccdf59e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"files": [
9-
"dist"
9+
"dist",
10+
"fixtures"
1011
],
1112
"exports": {
1213
".": {

0 commit comments

Comments
 (0)