Skip to content

Commit

Permalink
feat: add yarnpkg/nm/hoist export
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Nov 22, 2024
1 parent 718c3fc commit ce7d4ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/ce211f43.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
"@yarnpkg/nm": patch

declined:
- "@yarnpkg/plugin-nm"
- "@yarnpkg/pnpify"
2 changes: 2 additions & 0 deletions packages/yarnpkg-nm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "./sources/index.ts",
"exports": {
".": "./sources/index.ts",
"./hoist": "./sources/hoist.ts",
"./package.json": "./package.json"
},
"sideEffects": false,
Expand All @@ -23,6 +24,7 @@
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./hoist": "./lib/hoist.js",
"./package.json": "./package.json"
}
},
Expand Down

0 comments on commit ce7d4ac

Please sign in to comment.