You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2020/10/02 19:44:56 UTC

[cordova-plugin-whitelist] branch master updated: chore: clean up package.json (#56)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 446ab4f  chore: clean up package.json (#56)
446ab4f is described below

commit 446ab4fadd91e73f455240bc56acbdcce70550f0
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Fri Oct 2 21:43:25 2020 +0200

    chore: clean up package.json (#56)
    
    * chore(pkg): use short notation for repository field
    
    * chore(pkg): use short notation for bugs field
---
 package.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index aa6d650..b96d00f 100644
--- a/package.json
+++ b/package.json
@@ -7,13 +7,8 @@
       "android"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-whitelist"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-whitelist/issues"
-  },
+  "repository": "github:apache/cordova-plugin-whitelist",
+  "bugs": "https://github.com/apache/cordova-plugin-whitelist/issues",
   "keywords": [
     "cordova",
     "whitelist",


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