You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2020/10/04 11:32:42 UTC

[cordova-android] branch master updated: chore(pkg): remove deprecated no-op field "engineStrict" (#1081)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c888f4  chore(pkg): remove deprecated no-op field "engineStrict" (#1081)
2c888f4 is described below

commit 2c888f418b55537df9c9f71301f156be7fc44af1
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Oct 4 13:32:28 2020 +0200

    chore(pkg): remove deprecated no-op field "engineStrict" (#1081)
    
    See https://docs.npmjs.com/files/package.json#enginestrict
    
    Related to https://github.com/apache/cordova/issues/55
---
 package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package.json b/package.json
index 0a93cfc..367292f 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,6 @@
   "engines": {
     "node": ">=10.0.0"
   },
-  "engineStrict": true,
   "nyc": {
     "include": [
       "bin/lib/**",


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