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/09/30 00:15:32 UTC

[3/5] cordova-coho git commit: update npm test

update npm test


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

Branch: refs/heads/master
Commit: 83c379cde28bc4678577ff89ee3015f85af53e7c
Parents: 5f56d4a
Author: juliascript <ju...@gmail.com>
Authored: Fri Jul 29 11:16:53 2016 -0700
Committer: audreyso <au...@adobe.com>
Committed: Thu Sep 29 10:54:36 2016 -0700

----------------------------------------------------------------------
 package.json            | 2 +-
 src/platform-release.js | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/83c379cd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d4bd0a1..a1f41cf 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
     "tape-runner": "^0.3.0"
   },
   "scripts": {
-    "test": "nsp check && node test/test.js | tap-spec"
+    "test": "node test/test.js | tap-spec"
   },
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/83c379cd/src/platform-release.js
----------------------------------------------------------------------
diff --git a/src/platform-release.js b/src/platform-release.js
index 0435b6c..e7229de 100644
--- a/src/platform-release.js
+++ b/src/platform-release.js
@@ -199,11 +199,9 @@ exports.prepareReleaseBranchCommand = function*() {
                 iosFileContents[lineNumberToReplaceLine] = lineToReplace;
 
                 fs.writeFileSync(iosFile, iosFileContents.join('\n'));
-                var update = fs.readFileSync(iosFile, 'utf8');
             }
         });
     });
-
     executil.reportGitPushResult(repos, ['master', branchName]);
 }
 


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