Can I edit the project version in package.json from Editor?

How can I edit the version property of the package.json for a node-red project?
There are options to edit the dependency part from the UI/Editor

{
    "name": "proj1",
    "description": "abcd",
    "version": "0.0.1",
    "dependencies": {
        "node-red-contrib-xx": "yyy"
    }
}

You cannot edit it.

It's a missing feature that is on the backlog to fix.

Thanks for the quick reply.
How can I track the backlog? Do you use trello or something similar that's available to the community to view?

The backlog is here - https://trello.com/b/R0O3CSrI/node-red-whiteboard

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.