Skip to content

Commit

Permalink
add yarnpkg bin alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Oct 15, 2016
1 parent e0dce96 commit cefa9a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
},
"repository": "yarnpkg/yarn",
"bin": {
"yarn": "./bin/yarn.js"
"yarn": "./bin/yarn.js",
"yarnpkg": "./bin/yarn.js"
},
"scripts": {
"test": "npm run lint && npm run test-only",
Expand Down

0 comments on commit cefa9a3

Please sign in to comment.