erisu commented on code in PR #287:
URL: https://github.com/apache/cordova-paramedic/pull/287#discussion_r2625280660
##########
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:
I will keep the `package.json` indention to 2 spaces. This file is usually
created and managed by npm and I believe that is their standard. Also I checked
a few other repos and they all seem to have 2 spaces.
--
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]