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/04 17:46:11 UTC

[cordova-plugin-media-capture] 01/01: chore(npm): use short notation in package.json

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

timbru31 pushed a commit to branch feat/short-notation
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git

commit 6e42cfb318f052ba263d418f8fc26d9841999530
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Jul 4 19:45:49 2020 +0200

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

diff --git a/package.json b/package.json
index 1071417..b361dc7 100644
--- a/package.json
+++ b/package.json
@@ -12,13 +12,8 @@
       "browser"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-media-capture"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-media-capture/issues"
-  },
+  "repository": "github.:apache/cordova-plugin-media-capture",
+  "bugs": "https://github.com/apache/cordova-plugin-media-capture/issues",
   "keywords": [
     "cordova",
     "media",


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