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 98E6B200C2D for ; Sat, 18 Feb 2017 01:22:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 97707160B6D; Sat, 18 Feb 2017 00:22:55 +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 DE89B160B57 for ; Sat, 18 Feb 2017 01:22:54 +0100 (CET) Received: (qmail 65562 invoked by uid 500); 18 Feb 2017 00:22:53 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 64955 invoked by uid 99); 18 Feb 2017 00:22:53 -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; Sat, 18 Feb 2017 00:22:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C7CD2DFF38; Sat, 18 Feb 2017 00:22:52 +0000 (UTC) From: stevengill To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-lib pull request #518: CB-12021 : --fetch should use dependency vers... Content-Type: text/plain Message-Id: <20170218002252.C7CD2DFF38@git1-us-west.apache.org> Date: Sat, 18 Feb 2017 00:22:52 +0000 (UTC) archived-at: Sat, 18 Feb 2017 00:22:55 -0000 Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/518#discussion_r101872753 --- Diff: cordova-lib/src/cordova/platform.js --- @@ -253,6 +275,7 @@ function addHelper(cmd, hooksRunner, projectRoot, targets, opts) { if(fs.existsSync(pkgJsonPath)) { delete require.cache[require.resolve(pkgJsonPath)]; pkgJson = require(pkgJsonPath); + --- End diff -- nit: unnecessary line --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org