We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630869c commit 5d87e46Copy full SHA for 5d87e46
package.json
@@ -5,8 +5,8 @@
5
"description": "The Amazon CloudWatch RUM web client.",
6
"license": "Apache-2.0",
7
"author": "Amazon CloudWatch RUM Staff <[email protected]>",
8
- "main": "dist/cjs/index.js",
9
- "module": "dist/es/index.js",
+ "main": "dist/cjs/src/index.js",
+ "module": "dist/es/src/index.js",
10
"files": [
11
"dist/",
12
"CHANGELOG.md",
0 commit comments