Skip to content

Commit dd0d184

Browse files
committed
fix(package): update browser file name
1 parent ad3364f commit dd0d184

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
@@ -4,7 +4,7 @@
44
"description": "Example React Component for npm Publication using Rollup",
55
"main": "build/index.cjs.js",
66
"module": "build/index.esm.js",
7-
"browser": "build/index.umd.js",
7+
"browser": "build/index.js",
88
"files": [
99
"build"
1010
],

0 commit comments

Comments
 (0)