Skip to content

Commit 70c5b17

Browse files
committed
fix(package): include src/ in the published package
1 parent 0831957 commit 70c5b17

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
@@ -52,7 +52,8 @@
5252
"files": [
5353
"example.js",
5454
"lib/",
55-
"templates/"
55+
"templates/",
56+
"src/"
5657
],
5758
"publishConfig": {
5859
"access": "public",

0 commit comments

Comments
 (0)