Skip to content

Commit 1ba363c

Browse files
committed
fix: Update module names in package.json
1 parent 032c9dc commit 1ba363c

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
@@ -6,8 +6,8 @@
66
"author": "Oliver Roick <[email protected]>",
77
"license": "MIT",
88
"private": false,
9-
"main": "./dist/index.cjs",
10-
"module": "./dist/index.es.mjs",
9+
"main": "./dist/stac-react.cjs",
10+
"module": "./dist/stac-react.es.mjs",
1111
"types": "./dist/index.d.ts",
1212
"source": "./src/index.ts",
1313
"peerDependencies": {

0 commit comments

Comments
 (0)