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:42:51 UTC

[cordova-browser] branch master updated: chore: clean up package.json (#100)

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-browser.git


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

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

    chore: clean up package.json (#100)
    
    * chore(pkg): use short notation for repository field
    
    * chore(pkg): use short notation for bugs field
    
    * chore(pkg): remove contributors field
---
 package.json | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/package.json b/package.json
index d4dd24f..42fc702 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,8 @@
   "description": "cordova-browser release",
   "main": "bin/template/cordova/Api.js",
   "bin": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-browser"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-browser/issues"
-  },
+  "repository": "github:apache/cordova-browser",
+  "bugs": "https://github.com/apache/cordova-browser/issues",
   "keywords": [
     "cordova",
     "browser",
@@ -35,20 +30,6 @@
     "tmp": "0.0.33"
   },
   "author": "Apache Software Foundation",
-  "contributors": [
-    {
-      "name": "Steve Gill",
-      "email": "steveng@adobe.com"
-    },
-    {
-      "name": "Suraj Pindoria",
-      "email": "spindori@adobe.com"
-    },
-    {
-      "name": "Jesse MacFadyen",
-      "email": "purplecabbage@apache.org"
-    }
-  ],
   "license": "Apache-2.0",
   "engines": {
     "node": ">=10.0.0"


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