You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/09/03 13:42:47 UTC

[cordova-paramedic] branch master updated: feat!: bump node engine requirement >=12 (#220)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new 3db1b33  feat!: bump node engine requirement >=12 (#220)
3db1b33 is described below

commit 3db1b33916dbaf43856eddbea0a47cca6fb2be47
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Sep 3 22:42:43 2021 +0900

    feat!: bump node engine requirement >=12 (#220)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 66c3133..848520f 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "cordova-paramedic": "./main.js"
   },
   "engines": {
-    "node": ">=6"
+    "node": ">=12"
   },
   "repository": "github:apache/cordova-paramedic",
   "bugs": "https://github.com/apache/cordova-paramedic/issues",

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