File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "url" : " https://github.com/nodejs/corepack.git"
1111 },
1212 "license" : " MIT" ,
13- "bin" : {
14- "corepack" : " ./dist/corepack.js" ,
15- "pnpm" : " ./dist/pnpm.js" ,
16- "pnpx" : " ./dist/pnpx.js" ,
17- "yarn" : " ./dist/yarn.js" ,
18- "yarnpkg" : " ./dist/yarnpkg.js"
19- },
2013 "packageManager" : " yarn@4.0.0-rc.6" ,
2114 "devDependencies" : {
2215 "@babel/core" : " ^7.14.3" ,
6861 " LICENSE.md"
6962 ],
7063 "publishConfig" : {
64+ "bin" : {
65+ "corepack" : " ./dist/corepack.js" ,
66+ "pnpm" : " ./dist/pnpm.js" ,
67+ "pnpx" : " ./dist/pnpx.js" ,
68+ "yarn" : " ./dist/yarn.js" ,
69+ "yarnpkg" : " ./dist/yarnpkg.js"
70+ },
7171 "executableFiles" : [
7272 " ./dist/npm.js" ,
7373 " ./dist/npx.js" ,
Original file line number Diff line number Diff line change @@ -2255,12 +2255,6 @@ __metadata:
22552255 webpack : " npm:^5.38.1"
22562256 webpack-cli : " npm:^4.0.0"
22572257 which : " npm:^2.0.2"
2258- bin :
2259- corepack : ./dist/corepack.js
2260- pnpm : ./dist/pnpm.js
2261- pnpx : ./dist/pnpx.js
2262- yarn : ./dist/yarn.js
2263- yarnpkg : ./dist/yarnpkg.js
22642258 languageName : unknown
22652259 linkType : soft
22662260
You can’t perform that action at this time.
0 commit comments