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/03 13:31:29 UTC

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

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


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

commit 2fb0a368edb76dc3dcee047e352528ed0e90c489
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Fri Jul 3 13:31:23 2020 +0000

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

diff --git a/package.json b/package.json
index 2d8f097..a60cd53 100644
--- a/package.json
+++ b/package.json
@@ -13,13 +13,8 @@
       "windows"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-inappbrowser"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-inappbrowser/issues"
-  },
+  "repository": "github:apache/cordova-plugin-inappbrowser",
+  "bugs": "https://github.com/apache/cordova-plugin-inappbrowser/issues",
   "keywords": [
     "cordova",
     "in",


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