You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/06/07 09:00:50 UTC

[cordova-fetch] branch master updated: Fix repo url in package.json (#20)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 26652f0  Fix repo url in package.json (#20)
26652f0 is described below

commit 26652f0b3487e25009a84c2834e5cff2dae87c2b
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Thu Jun 7 11:00:49 2018 +0200

    Fix repo url in package.json (#20)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cf328a1..305030c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "https://github.com/apache/cordova-lib"
+    "url": "https://github.com/apache/cordova-fetch"
   },
   "keywords": [
     "cordova",

-- 
To stop receiving notification emails like this one, please contact
raphinesse@apache.org.

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