You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/07/02 08:05:20 UTC

[cordova-plugin-geolocation] branch master updated: chore(npm): use short notation in package.json (#201)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ae7a7a  chore(npm): use short notation in package.json (#201)
6ae7a7a is described below

commit 6ae7a7a54c735209ea6d0e84c97d7d2e5850d223
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Thu Jul 2 08:05:12 2020 +0000

    chore(npm): use short notation in package.json (#201)
---
 package.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 24d53c2..dc65236 100644
--- a/package.json
+++ b/package.json
@@ -10,13 +10,8 @@
       "windows"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-geolocation"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-geolocation/issues"
-  },
+  "repository": "github:apache/cordova-plugin-geolocation",
+  "bugs": "https://github.com/apache/cordova-plugin-geolocation/issues",
   "keywords": [
     "cordova",
     "geolocation",


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