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 CF319200BC3 for ; Fri, 14 Oct 2016 04:05:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDC73160AF6; Fri, 14 Oct 2016 02:05:54 +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 4E314160AF8 for ; Fri, 14 Oct 2016 04:05:54 +0200 (CEST) Received: (qmail 40963 invoked by uid 500); 14 Oct 2016 02:05:53 -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 40884 invoked by uid 99); 14 Oct 2016 02:05: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; Fri, 14 Oct 2016 02:05:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47E17E0BAD; Fri, 14 Oct 2016 02:05:53 +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: Fri, 14 Oct 2016 02:05:55 -0000 Message-Id: <08045d6770e74b4a91c427ecbe21c193@git.apache.org> In-Reply-To: <21a3fdb912c84faf9705b69380c1e45c@git.apache.org> References: <21a3fdb912c84faf9705b69380c1e45c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] cordova-cli git commit: CB-11976 - Updated package.json engine key archived-at: Fri, 14 Oct 2016 02:05:55 -0000 CB-11976 - Updated package.json engine key This closes #262 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/9c306a44 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/9c306a44 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/9c306a44 Branch: refs/heads/master Commit: 9c306a44e146788dd6c62a9b3005212608e4572b Parents: ce6dcad Author: Shazron Abdullah Authored: Mon Oct 10 16:34:32 2016 -0700 Committer: Steve Gill Committed: Thu Oct 13 19:04:34 2016 -0700 ---------------------------------------------------------------------- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9c306a44/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d4bd816..6685d96 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,8 @@ "description": "Cordova command line interface tool", "main": "cordova", "engines": { - "node": ">=0.9.9" + "node": ">=4.0.0" }, - "engineStrict": true, "bin": { "cordova": "./bin/cordova" }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org