We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7c76f commit 2802742Copy full SHA for 2802742
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oopm",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "OOMOL Package Manager",
5
"main": "src/index.ts",
6
"module": "src/index.ts",
@@ -10,19 +10,19 @@
10
"oopm": "dist/bin.js"
11
},
12
"publishConfig": {
13
- "main": "dist/index.js",
14
- "module": "dist/index.mjs",
+ "main": "dist/index.cjs",
+ "module": "dist/index.js",
15
"types": "dist/index.d.ts"
16
17
"exports": {
18
".": {
19
"import": {
20
- "types": "./dist/index.d.mts",
21
- "default": "./dist/index.mjs"
22
- },
23
- "require": {
24
"types": "./dist/index.d.ts",
25
"default": "./dist/index.js"
+ },
+ "require": {
+ "types": "./dist/index.d.cts",
+ "default": "./dist/index.cjs"
26
}
27
28
0 commit comments