Skip to content

Commit a32b13a

Browse files
committed
include src in the npm package
1 parent aa033e0 commit a32b13a

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
@@ -21,7 +21,8 @@
2121
"types": "./dist/es6/index.d.ts",
2222
"module": "./dist/es6/index.js",
2323
"files": [
24-
"dist"
24+
"dist",
25+
"src"
2526
],
2627
"scripts": {
2728
"clean": "shx rm -rf dist",

0 commit comments

Comments
 (0)