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/05 09:07:19 UTC

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

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


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

commit a13a360dc8fca06b97841105b5526e5bbc5bffee
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sun Jul 5 09:07:08 2020 +0000

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

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


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