Skip to content

Commit a346ae6

Browse files
author
Trygve Lie
committed
Fix dist path
1 parent 577d377 commit a346ae6

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)