TylerBreau commented on code in PR #1266:
URL: https://github.com/apache/cordova-ios/pull/1266#discussion_r1022844123
##########
package.json:
##########
@@ -41,7 +41,7 @@
"node": ">=10"
},
"dependencies": {
- "cordova-common": "^4.0.2",
+ "cordova-common": "file:cordova-common-4.0.3-dev.tgz",
Review Comment:
Done. Note, this PR requires cordova-cli to be updated with cordova-common
4.1.0. Without an update to cordova-cli, cordova-ios will not receive the new
property.
Also note, cordova-cli depends on cordova-lib and cordova-lib depends on
cordova-common. So it would be safest to...
1. Update cordova-lib to cordova-common 4.1.0
2. Update cordova-cli's cordova-lib and cordova-common.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]