Skip to content

Commit 0dbbaa8

Browse files
authored
add src to files (#293)
1 parent 1e3edf8 commit 0dbbaa8

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
"main": "./dist/index.cjs",
1414
"module": "./dist/index.module.js",
1515
"files": [
16-
"dist"
16+
"dist",
17+
"src"
1718
],
1819
"scripts": {
1920
"build": "microbundle",

0 commit comments

Comments
 (0)