You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/05/19 08:49:58 UTC

cordova-coho git commit: CB-9858 Link cordova-common to cordova-fetch

Repository: cordova-coho
Updated Branches:
  refs/heads/master c58ab6383 -> 8f1e51d36


CB-9858 Link cordova-common to cordova-fetch


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/8f1e51d3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/8f1e51d3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/8f1e51d3

Branch: refs/heads/master
Commit: 8f1e51d366a2faa7a69335d503265c54e18771c8
Parents: c58ab63
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Thu May 19 11:48:24 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Thu May 19 11:49:24 2016 +0300

----------------------------------------------------------------------
 src/npm-link.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/8f1e51d3/src/npm-link.js
----------------------------------------------------------------------
diff --git a/src/npm-link.js b/src/npm-link.js
index 0c7e1ef..770f380 100644
--- a/src/npm-link.js
+++ b/src/npm-link.js
@@ -56,6 +56,7 @@ function *createLink(argv) {
     npmLinkIn("cordova-js", "cordova-lib");
 
     npmLinkOut("cordova-common");
+    npmLinkIn("cordova-common", "cordova-fetch");
     npmLinkIn("cordova-common", "cordova-lib");
 
     npmLinkOut("cordova-fetch");


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