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


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

commit cdc748867a589d0a630f165614aee11b2a5c7005
Author: Tim Brust <git...@timbrust.de>
AuthorDate: Thu Jul 2 08:05:33 2020 +0000

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

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


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

Reply via email to