breautek commented on code in PR #287:
URL: https://github.com/apache/cordova-paramedic/pull/287#discussion_r2624632544
##########
paramedic-plugin/package.json:
##########
@@ -1,11 +1,8 @@
{
"name": "cordova-paramedic-ci",
- "version": "0.5.0",
- "license": "Apache 2.0",
- "description": "Cordova Paramedic Plugin is responsible for the test results
reporting",
- "main": "paramedic.js",
- "engines": {
- "node": ">=12.0.0"
- },
- "repository": "github:apache/cordova-paramedic"
+ "version": "2.0.0-dev",
+ "private": true,
+ "author": "Apache Software Foundation",
+ "license": "Apache-2.0",
Review Comment:
nitpick: extra indented space
##########
ios-geolocation-permissions-plugin/package.json:
##########
@@ -1,13 +1,8 @@
{
"name": "cordova-paramedic-ios-geolocation-permissions",
- "version": "0.5.0",
- "license": "Apache 2.0",
- "description": "Plugin to allow geolocation on iOS simulator w/out
presenting OS dialog",
- "engines" : {
- "node" : ">=0.11.2"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/apache/cordova-paramedic.git"
- }
+ "version": "2.0.0-dev",
+ "private": true,
+ "author": "Apache Software Foundation",
+ "license": "Apache-2.0",
Review Comment:
nitick: Random indented space
##########
ci-plugin/package.json:
##########
@@ -1,14 +1,8 @@
{
"name": "cordova-paramedic-ci",
- "version": "0.5.0",
- "license": "Apache 2.0",
- "description": "Tells Cordova tests that they are running in CI environment
by introducing a global variable",
- "main": "ci.js",
- "engines" : {
- "node" : ">=0.11.2"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/apache/cordova-paramedic.git"
- }
+ "version": "2.0.0-dev",
+ "private": true,
+ "author": "Apache Software Foundation",
+ "license": "Apache-2.0",
Review Comment:
nitpick: random indented space
--
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]