Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 259f6c0

Browse files
authored
fix: update the files entry in package.json (#828)
1 parent 213ec23 commit 259f6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"files": [
1212
"build/*.js",
1313
"src/**/*.js",
14-
"dist/index.cjs"
14+
"dist/index.umd.cjs"
1515
],
1616
"scripts": {
1717
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",

0 commit comments

Comments
 (0)