You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/04/15 02:53:32 UTC

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

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


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

commit 80f46aefcd0cf812549a1327b2129bffcdae7f09
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Apr 15 11:53:22 2020 +0900

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

diff --git a/package.json b/package.json
index a3f9ba5..369cd75 100644
--- a/package.json
+++ b/package.json
@@ -6,13 +6,8 @@
     "create": "bin/create"
   },
   "main": "bin/templates/cordova/Api.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-android"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-android/issues"
-  },
+  "repository": "github:apache/cordova-android",
+  "bugs": "https://github.com/apache/cordova-android/issues",
   "keywords": [
     "android",
     "cordova",


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