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:13 UTC

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

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


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

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

    chore: clean up package.json (#107)
    
    * 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 f14112f..eb0dfad 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,8 @@
   "version": "6.1.0-dev",
   "description": "cordova-osx release",
   "main": "bin/templates/scripts/cordova/Api.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-osx"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-osx/issues"
-  },
+  "repository": "github:apache/cordova-osx",
+  "bugs": "https://github.com/apache/cordova-osx/issues",
   "keywords": [
     "osx",
     "cordova",


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