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/06 07:17:15 UTC

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

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-wkwebview-engine.git


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

commit 4fd5c2e7a3d672631904bf308058b9aff6b9be2f
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Mon Jul 6 07:17:08 2020 +0000

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

diff --git a/package.json b/package.json
index b8e098f..033483a 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,8 @@
   "version": "1.2.2-dev",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-wkwebview-engine"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-wkwebview-engine/issues"
-  },
+  "repository": "github:apache/cordova-plugin-wkwebview-engine",
+  "bugs": "https://github.com/apache/cordova-plugin-wkwebview-engine/issues",
   "keywords": [
     "cordova",
     "wkwebview",


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