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

[cordova-plugin-test-framework] branch master updated: chore: use short notation in package.json (#47)

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-plugin-test-framework.git


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

commit 76f14dbae543bc301712472bd60a946f9a96fd92
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jul 6 09:17:24 2020 +0900

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

diff --git a/package.json b/package.json
index 59b2156..4deddf0 100644
--- a/package.json
+++ b/package.json
@@ -6,13 +6,8 @@
     "id": "cordova-plugin-test-framework",
     "platforms": []
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-plugin-test-framework"
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
-  },
+  "repository": "github:apache/cordova-plugin-test-framework",
+  "bugs": "https://github.com/apache/cordova-plugin-test-framework/issues",
   "keywords": [
     "cordova",
     "test",


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