Skip to content

Commit ed1de9c

Browse files
Update package.json (#1674)
bugfix wrong filename in package jason Co-authored-by: Jochen Kühner <[email protected]>
1 parent 2a96159 commit ed1de9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elements/pfe-badge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"publishConfig": {
2929
"access": "public"
3030
},
31-
"main": "./dist/pfe-accordion.umd.js",
32-
"module": "./dist/pfe-accordion.js",
33-
"unpkg": "./dist/pfe-accordion.umd.min.js",
31+
"main": "./dist/pfe-badge.umd.js",
32+
"module": "./dist/pfe-bade.js",
33+
"unpkg": "./dist/pfe-badge.umd.min.js",
3434
"files": [
3535
"dist"
3636
],

0 commit comments

Comments
 (0)