You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/05 21:07:44 UTC

git commit: Add missing repo name

Repository: cordova-coho
Updated Branches:
  refs/heads/master f105df0a8 -> e5e996e60


Add missing repo name


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

Branch: refs/heads/master
Commit: e5e996e60921f34e22f9987276d05196b78f6f36
Parents: f105df0
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 5 15:07:21 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 5 15:07:21 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/e5e996e6/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index a09794f..e4f28a3 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -124,7 +124,7 @@ Update the version of cordova-lib that cli and plugman depend on:
     sed -i '' -E 's/"cordova-lib":.*/"cordova-lib"*: "'$v'",/' cordova-cli/package.json
     sed -i '' -E 's/"cordova.lib":.*/"cordova-lib": "'$v'",/' cordova-plugman/package.json
 
-Create npm-shrinkwrap.json in cli and plugman:
+Create npm-shrinkwrap.json in lib, cli, and plugman:
 
     (cd cordova-lib/cordova-lib; npm shrinkwrap;)
     (cd cordova-cli; npm shrinkwrap;)