Skip to content

Commit c5ff484

Browse files
authored
feat: add yarnpkg/core sub exports
1 parent 8bfe2d5 commit c5ff484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/yarnpkg-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"main": "./sources/index.ts",
66
"exports": {
77
".": "./sources/index.ts",
8+
"./structUtils": "./sources/structUtils.ts",
9+
"./semverUtils": "./sources/semverUtils.ts",
810
"./package.json": "./package.json"
911
},
1012
"sideEffects": false,
@@ -69,6 +71,8 @@
6971
"main": "./lib/index.js",
7072
"exports": {
7173
".": "./lib/index.js",
74+
"./structUtils": "./lib/structUtils.js",
75+
"./semverUtils": "./lib/semverUtils.js",
7276
"./package.json": "./package.json"
7377
}
7478
},

0 commit comments

Comments
 (0)