This field was introduced in https://github.com/cockpit-project/cockpit/pull/4964 as "purely informational for now", and isn't even parsed by cockpit. package.json's version would only be relevant for publishing NPM modules, but cockpit pages are not that. Neither starter-kit itself nor our derived projects like cockpit-podman or cockpit-composer have ever maintained these two fields, so just get rid of them. This makes the git tag the single source of truth for the version number. Fixes #200
11 lines
140 B
JSON
11 lines
140 B
JSON
{
|
|
"requires": {
|
|
"cockpit": "137"
|
|
},
|
|
|
|
"tools": {
|
|
"index": {
|
|
"label": "Starter Kit"
|
|
}
|
|
}
|
|
}
|