You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/10/26 21:04:35 UTC

cordova-coho git commit: added create to npm link

Repository: cordova-coho
Updated Branches:
  refs/heads/master 748b10724 -> 03428785d


added create to npm link


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

Branch: refs/heads/master
Commit: 03428785df40311894e548d389d2b10d2481a51d
Parents: 748b107
Author: Steve Gill <st...@gmail.com>
Authored: Wed Oct 26 14:04:23 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Oct 26 14:04:23 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/03428785/src/npm-link.js
----------------------------------------------------------------------
diff --git a/src/npm-link.js b/src/npm-link.js
index 04cbebe..a6c9566 100644
--- a/src/npm-link.js
+++ b/src/npm-link.js
@@ -57,12 +57,16 @@ function *createLink(argv) {
 
     npmLinkOut("cordova-common");
     npmLinkIn("cordova-common", "cordova-fetch");
+    npmLinkIn("cordova-common", "cordova-create");
     npmLinkIn("cordova-common", "cordova-lib");
     npmLinkIn("cordova-common", "cordova-cli");
 
     npmLinkOut("cordova-fetch");
     npmLinkIn("cordova-fetch", "cordova-lib");
 
+    npmLinkOut("cordova-create");
+    npmLinkIn("cordova-create", "cordova-lib");
+
     npmLinkOut("cordova-lib");
     npmLinkIn("cordova-lib", "cordova-plugman");
     npmLinkIn("cordova-lib", "cordova-cli");


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