We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a68d5f commit 129f14fCopy full SHA for 129f14f
packages/react/package.json
@@ -4,17 +4,17 @@
4
"description": "React bindings for @skyra/discord-components-core",
5
"author": "@skyra",
6
"license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "dist/index.js",
9
- "browser": "dist/index.js",
10
- "unpkg": "dist/index.js",
+ "main": "dist/index.mjs",
+ "module": "dist/index.mjs",
+ "browser": "dist/index.mjs",
+ "unpkg": "dist/index.mjs",
11
"typings": "dist/index.d.ts",
12
"exports": {
13
- "import": "./dist/index.js",
14
- "require": "./dist/index.js"
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.mjs"
15
},
16
"sideEffects": [
17
- "./dist/index.js"
+ "./dist/index.mjs"
18
],
19
"homepage": "https://github.com/skyra-project/discord-components/tree/main/packages/react#readme",
20
"scripts": {
0 commit comments