Skip to content

Commit cefa9a3

Browse files
author
Sebastian McKenzie
committed
add yarnpkg bin alias
1 parent e0dce96 commit cefa9a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
},
7878
"repository": "yarnpkg/yarn",
7979
"bin": {
80-
"yarn": "./bin/yarn.js"
80+
"yarn": "./bin/yarn.js",
81+
"yarnpkg": "./bin/yarn.js"
8182
},
8283
"scripts": {
8384
"test": "npm run lint && npm run test-only",

0 commit comments

Comments
 (0)