You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/22 13:52:54 UTC

[cordova-cli] branch master updated: chore: cleanup package.json (#514)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new f4af0dc  chore: cleanup package.json (#514)
f4af0dc is described below

commit f4af0dc85dfa05c43558d03f16893a3ce215d046
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Jul 22 22:52:45 2020 +0900

    chore: cleanup package.json (#514)
---
 package.json | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index 47a8ffa..53719d9 100644
--- a/package.json
+++ b/package.json
@@ -15,14 +15,8 @@
     "lint": "eslint . bin/cordova",
     "cover": "nyc jasmine"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-cli"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB",
-    "email": "dev@cordova.apache.org"
-  },
+  "repository": "github:apache/cordova-cli",
+  "bugs": "https://github.com/apache/cordova-cli/issues",
   "keywords": [
     "cordova",
     "client",
@@ -50,7 +44,7 @@
     "nyc": "^14.1.1",
     "rewire": "^4.0.1"
   },
-  "author": "Anis Kadri",
+  "author": "Apache Software Foundation",
   "contributors": [
     {
       "name": "Brian LeRoux",
@@ -147,6 +141,9 @@
     {
       "name": "Jesse MacFadyen",
       "email": "purplecabbage@gmail.com"
+    },
+    {
+      "name": "Anis Kadri"
     }
   ],
   "license": "Apache-2.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org