Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/689#discussion_r114087941 --- Diff: www/docs/en/dev/platform_plugin_versioning_ref/index.md --- @@ -127,16 +162,27 @@ After running the above command, the resulting config.xml looks like : </xml> ``` +After running the above command, the resulting package.json looks like : + +```bash +"cordova": {"plugins": ["cordova-plugin-console",]},"dependencies": {"cordova-plugin-console": "~1.0.0",} --- End diff -- remove the comma after console and replace `~1.0.0` with `^1.0.0`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org