You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/27 14:16:09 UTC

[cordova-create] branch master updated: Remove deprecated engineStrict from package.json

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d2cf104  Remove deprecated engineStrict from package.json
d2cf104 is described below

commit d2cf1045c497f2e0954f5ee7d813ec1bcc5607d8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Mar 27 15:16:05 2019 +0100

    Remove deprecated engineStrict from package.json
    
    part of https://github.com/apache/cordova/issues/86
---
 package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package.json b/package.json
index e2afa8c..d0ee590 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,6 @@
   "engines": {
     "node": ">=6"
   },
-  "engineStrict": true,
   "dependencies": {
     "cordova-app-hello-world": "^4.0.0",
     "cordova-common": "^3.1.0",


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