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/02 11:36:27 UTC

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

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

commit d2cf1481bc584571846249b488b7d2eb7512d882
Author: Tim Brust <ti...@sinnerschrader.com>
AuthorDate: Thu Jul 2 13:36:09 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 56df32f..3531978 100644
--- a/package.json
+++ b/package.json
@@ -13,13 +13,8 @@
       "windows"
     ]
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-file"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-file/issues"
-  },
+  "repository": "github:apache/cordova-plugin-file",
+  "bugs": "https://github.com/apache/cordova-plugin-file/issues",
   "keywords": [
     "cordova",
     "file",


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