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 718c3fc commit 2f490ddCopy full SHA for 2f490dd
.yarn/versions/ce211f43.yml
@@ -0,0 +1,6 @@
1
+releases:
2
+ "@yarnpkg/nm": patch
3
+
4
+declined:
5
+ - "@yarnpkg/plugin-nm"
6
+ - "@yarnpkg/pnpify"
packages/yarnpkg-nm/package.json
@@ -5,6 +5,7 @@
"main": "./sources/index.ts",
"exports": {
7
".": "./sources/index.ts",
8
+ "./hoist": "./sources/hoist.ts",
9
"./package.json": "./package.json"
10
},
11
"sideEffects": false,
@@ -23,6 +24,7 @@
23
24
"main": "./lib/index.js",
25
26
".": "./lib/index.js",
27
+ "./hoist": "./lib/hoist.js",
28
29
}
30
0 commit comments