Skip to content

Commit 129f14f

Browse files
committedOct 3, 2021
Revert "fix(react): fixed output targets"
This reverts commit ba9faf1.
1 parent 0a68d5f commit 129f14f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎packages/react/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"description": "React bindings for @skyra/discord-components-core",
55
"author": "@skyra",
66
"license": "MIT",
7-
"main": "dist/index.js",
8-
"module": "dist/index.js",
9-
"browser": "dist/index.js",
10-
"unpkg": "dist/index.js",
7+
"main": "dist/index.mjs",
8+
"module": "dist/index.mjs",
9+
"browser": "dist/index.mjs",
10+
"unpkg": "dist/index.mjs",
1111
"typings": "dist/index.d.ts",
1212
"exports": {
13-
"import": "./dist/index.js",
14-
"require": "./dist/index.js"
13+
"import": "./dist/index.mjs",
14+
"require": "./dist/index.mjs"
1515
},
1616
"sideEffects": [
17-
"./dist/index.js"
17+
"./dist/index.mjs"
1818
],
1919
"homepage": "https://github.com/skyra-project/discord-components/tree/main/packages/react#readme",
2020
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.