Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 063E1200C61 for ; Tue, 11 Apr 2017 01:14:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 04BE5160BA7; Mon, 10 Apr 2017 23:14:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 551E4160B99 for ; Tue, 11 Apr 2017 01:14:25 +0200 (CEST) Received: (qmail 45311 invoked by uid 500); 10 Apr 2017 23:14:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 45125 invoked by uid 99); 10 Apr 2017 23:14:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2017 23:14:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C5860F49E9; Mon, 10 Apr 2017 23:14:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Mon, 10 Apr 2017 23:14:27 -0000 Message-Id: <26f07d6834f4403fabfaec706b803784@git.apache.org> In-Reply-To: <3fa74ae8e67c4b958752fa5048c6b9bd@git.apache.org> References: <3fa74ae8e67c4b958752fa5048c6b9bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/14] cordova-coho git commit: update npm test archived-at: Mon, 10 Apr 2017 23:14:26 -0000 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/cbb7ba0d Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/cbb7ba0d Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/cbb7ba0d Branch: refs/heads/master Commit: cbb7ba0de0d9f69d97659553c7fc4717531f480e Parents: 9dc994e Author: juliascript Authored: Fri Jul 29 11:16:53 2016 -0700 Committer: audreyso Committed: Fri Oct 14 17:01:22 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/cbb7ba0d/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/cbb7ba0d/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