Browse Source

Avoid `npm run link` warnings

master
Leo Lamprecht 8 years ago
parent
commit
55d25a19d5
  1. 3
      link/package.json

3
link/package.json

@ -1,5 +1,8 @@
{
"name": "now",
"license": "MIT",
"description": "The command line interface for Now",
"repository": "zeit/now-cli",
"bin": {
"now": "link.js"
}

Loading…
Cancel
Save