File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/nodejs/corepack.git"
11
11
},
12
12
"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
- },
20
13
"packageManager" : " yarn@4.0.0-rc.6" ,
21
14
"devDependencies" : {
22
15
"@babel/core" : " ^7.14.3" ,
68
61
" LICENSE.md"
69
62
],
70
63
"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
+ },
71
71
"executableFiles" : [
72
72
" ./dist/npm.js" ,
73
73
" ./dist/npx.js" ,
Original file line number Diff line number Diff line change @@ -2255,12 +2255,6 @@ __metadata:
2255
2255
webpack : " npm:^5.38.1"
2256
2256
webpack-cli : " npm:^4.0.0"
2257
2257
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
2264
2258
languageName : unknown
2265
2259
linkType : soft
2266
2260
You can’t perform that action at this time.
0 commit comments