You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/05/25 10:35:30 UTC

cordova-plugin-console git commit: CB-12847: fixed `bugs` entry in package.json.

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master ed1cabe2a -> fea939006


CB-12847: fixed `bugs` entry in package.json.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/fea93900
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/fea93900
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/fea93900

Branch: refs/heads/master
Commit: fea9390064cf31ba1fdd0e85b6c3bdddb29d8338
Parents: ed1cabe
Author: filmaj <ma...@gmail.com>
Authored: Thu May 25 12:35:21 2017 +0200
Committer: filmaj <ma...@gmail.com>
Committed: Thu May 25 12:35:21 2017 +0200

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/fea93900/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 07ef29c..d66885e 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
     "url": "https://github.com/apache/cordova-plugin-console"
   },
   "bugs": {
-    "url": "https://github.com/apache/cordova-website/issues"
+    "url": "https://issues.apache.org/jira/browse/CB"
   },
   "keywords": [
     "cordova",


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