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 57367200CC2 for ; Tue, 6 Jun 2017 02:44:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 56324160BE4; Tue, 6 Jun 2017 00:44:27 +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 B2EF6160BF5 for ; Tue, 6 Jun 2017 02:44:25 +0200 (CEST) Received: (qmail 72737 invoked by uid 500); 6 Jun 2017 00:44:24 -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 72205 invoked by uid 99); 6 Jun 2017 00:44:24 -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; Tue, 06 Jun 2017 00:44:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 140E4DFB8A; Tue, 6 Jun 2017 00:44:24 +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: Tue, 06 Jun 2017 00:44:43 -0000 Message-Id: <4363b48ebb9e46a99c4000eaf3bc35fc@git.apache.org> In-Reply-To: <84fb0d04d4d9461194d5a9b2c1c661db@git.apache.org> References: <84fb0d04d4d9461194d5a9b2c1c661db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/32] cordova-fetch git commit: CB-11977 : updated engines and enginescript for common, fetch, and serve archived-at: Tue, 06 Jun 2017 00:44:27 -0000 CB-11977 : updated engines and enginescript for common, fetch, and serve This closes #520 Project: http://git-wip-us.apache.org/repos/asf/cordova-fetch/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-fetch/commit/56e93c58 Tree: http://git-wip-us.apache.org/repos/asf/cordova-fetch/tree/56e93c58 Diff: http://git-wip-us.apache.org/repos/asf/cordova-fetch/diff/56e93c58 Branch: refs/heads/master Commit: 56e93c587dc40657d49b6845b1eb6413c2648239 Parents: df4e4f7 Author: Audrey So Authored: Fri Mar 10 09:57:59 2017 -0800 Committer: Steve Gill Committed: Fri Mar 10 11:58:17 2017 -0800 ---------------------------------------------------------------------- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/56e93c58/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 11176bd..de3d20c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,8 @@ "jasmine": "jasmine spec/fetch.spec.js" }, "engines": { - "node": ">= 0.12.0", + "node": ">=4.0.0", "npm": ">= 2.5.1" - } + }, + "engineStrict": true } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org