diff --git a/link/package.json b/link/package.json index 3f4e96c..c648cf2 100644 --- a/link/package.json +++ b/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": { diff --git a/package.json b/package.json index bfb5b8b..97cb070 100644 --- a/package.json +++ b/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",