Skip to content

Commit 14e2993

Browse files
committed
Fix npm files
1 parent f049db4 commit 14e2993

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
@@ -24,7 +24,8 @@
2424
"prepublishOnly": "npm run lint"
2525
},
2626
"files": [
27-
"/cjs",
27+
"/cjs/src",
28+
"/cjs/package.json",
2829
"/src",
2930
"/types"
3031
],

0 commit comments

Comments
 (0)