Skip to content

Commit 5d87e46

Browse files
authored
fix: Update entry point in package.json (#377) (#379)
1 parent 630869c commit 5d87e46

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
@@ -5,8 +5,8 @@
55
"description": "The Amazon CloudWatch RUM web client.",
66
"license": "Apache-2.0",
77
"author": "Amazon CloudWatch RUM Staff <[email protected]>",
8-
"main": "dist/cjs/index.js",
9-
"module": "dist/es/index.js",
8+
"main": "dist/cjs/src/index.js",
9+
"module": "dist/es/src/index.js",
1010
"files": [
1111
"dist/",
1212
"CHANGELOG.md",

0 commit comments

Comments
 (0)