Skip to content

Commit 7a469c4

Browse files
committed
fix(tar): include source in published package to help with sourcemaps
1 parent b267a3f commit 7a469c4

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
@@ -30,7 +30,8 @@
3030
}
3131
},
3232
"files": [
33-
"dist"
33+
"dist",
34+
"src"
3435
],
3536
"scripts": {
3637
"build": "npm run build:lib && npm run build:docs",

0 commit comments

Comments
 (0)