Browse Source

Package description added

master
Leo Lamprecht 7 years ago
parent
commit
fb67971bfd
  1. 2
      link/package.json
  2. 1
      package.json

2
link/package.json

@ -1,6 +1,6 @@
{
"name": "now",
"license": "MIT",
"license": "Apache-2.0",
"description": "The command line interface for Now",
"repository": "zeit/now",
"bin": {

1
package.json

@ -2,6 +2,7 @@
"name": "now",
"version": "8.0.0-beta.2",
"license": "Apache-2.0",
"description": "The command line interface for Now",
"scripts": {
"test": "eslint .",
"prepublish": "webpack",

Loading…
Cancel
Save