Skip to content

Commit a336b0c

Browse files
fix: include CJS wrapper in published files
1 parent a8724a0 commit a336b0c

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
@@ -15,7 +15,8 @@
1515
"author": "Robert Jackson <[email protected]>",
1616
"main": "index.js",
1717
"files": [
18-
"index.js"
18+
"index.js",
19+
"cjs-wrapper.cjs"
1920
],
2021
"scripts": {
2122
"lint:js": "eslint .",

0 commit comments

Comments
 (0)