Skip to content

Commit 5ab8013

Browse files
committed
fix: add file outputs to package.json for sourcemap uploader plugin
1 parent 0ba4de6 commit 5ab8013

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/violet-bugs-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@faststats/sourcemap-uploader-plugin": patch
3+
---
4+
5+
fix: add proper file outputs

packages/bundler-plugin/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@faststats/sourcemap-uploader-plugin",
33
"version": "0.1.0",
44
"type": "module",
5+
"files": [
6+
"dist",
7+
"README.md"
8+
],
59
"types": "./dist/index.d.mts",
610
"exports": {
711
".": {

0 commit comments

Comments
 (0)