Skip to content

Commit 42e8667

Browse files
authored
Merge pull request #116 from podium-lib/dist-path
Fix dist path
2 parents 577d377 + a346ae6 commit 42e8667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@podium/browser",
33
"version": "1.2.0",
44
"type": "module",
5-
"main": "./dist/index.js",
5+
"main": "./dist/src/index.js",
66
"exports": {
7-
"require": "./dist/index.js",
7+
"require": "./dist/src/index.js",
88
"import": "./src/index.js"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)