Skip to content

Commit a09d98a

Browse files
authored
fix(npm): publish src folder for source maps (#202)
1 parent 6a4e9f3 commit a09d98a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"./package.json": "./package.json"
2525
},
2626
"files": [
27-
"dist"
27+
"/dist",
28+
"/src"
2829
],
2930
"author": {
3031
"name": "zhixin wen",

0 commit comments

Comments
 (0)