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 5f4d4e0 commit d9d33ffCopy full SHA for d9d33ff
package.json
@@ -3,14 +3,14 @@
3
"version": "0.1.0",
4
"description": "React native wrapper of ensemble package",
5
"source": "./src/index.tsx",
6
- "main": "./lib/commonjs/index.cjs",
7
- "module": "./lib/module/index.mjs",
+ "main": "./lib/commonjs/index.js",
+ "module": "./lib/module/index.js",
8
"types": "./lib/typescript/src/index.d.ts",
9
"exports": {
10
".": {
11
12
- "import": "./lib/module/index.mjs",
13
- "require": "./lib/commonjs/index.cjs"
+ "import": "./lib/module/index.js",
+ "require": "./lib/commonjs/index.js"
14
}
15
},
16
"files": [
0 commit comments