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:58:04 UTC

[cordova-plugin-wkwebview-engine] branch feat/short-notation created (now f823719)

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

timbru31 pushed a change to branch feat/short-notation
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git.


      at f823719  chore(npm): use short notation in package.json

This branch includes the following new commits:

     new f823719  chore(npm): use short notation in package.json

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by ti...@apache.org.
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-wkwebview-engine.git

commit f823719b85f2d4c102dad5327db5b9e238ed92ea
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Jul 4 19:57:31 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 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