Repository: cordova-lib Updated Branches: refs/heads/master d2b636a98 -> c0b8ce214
CB-12665 : removed engineStrict as it is no longer supported This closes #544 Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/c0b8ce21 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/c0b8ce21 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/c0b8ce21 Branch: refs/heads/master Commit: c0b8ce214500ed6da3a67903481bc15e945e33f4 Parents: d2b636a Author: Audrey So <[email protected]> Authored: Mon Apr 17 15:54:11 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Wed Apr 19 11:29:30 2017 -0700 ---------------------------------------------------------------------- cordova-lib/package.json | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/c0b8ce21/cordova-lib/package.json ---------------------------------------------------------------------- diff --git a/cordova-lib/package.json b/cordova-lib/package.json index 72fa035..31d5485 100644 --- a/cordova-lib/package.json +++ b/cordova-lib/package.json @@ -16,7 +16,6 @@ "engines": { "node": ">=4.0.0" }, - "engineStrict": true, "dependencies": { "aliasify": "^2.1.0", "cordova-common": "2.0.2", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
