Skip to content

Commit 1f1bec8

Browse files
Homamwczcastastrophe
authored
chore: pfe-dropdown package.json fix (#1553)
* pfe-dropdown package.json fix * Apply suggestions from code review per @castastrophe's suggestion, update the `module` path as well Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: Michael Clayton <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent f1c1176 commit 1f1bec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/pfe-dropdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"publishConfig": {
2929
"access": "public"
3030
},
31-
"main": "pfe-dropdown.umd.js",
32-
"module": "pfe-dropdown.js",
31+
"main": "./dist/pfe-dropdown.umd.js",
32+
"module": "./dist/pfe-dropdown.js",
3333
"scripts": {
3434
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
3535
"dev": "../../node_modules/.bin/gulp dev",

0 commit comments

Comments
 (0)