Skip to content

chore: rename package from generic vue-project to range42-deployer-ui #52

@t0kubetsu

Description

@t0kubetsu

Problem

package.json still uses the Vue CLI scaffold default name:

{
  "name": "vue-project",
  ...
}

This is the generic placeholder generated by npm create vue@latest and was never updated to reflect the actual project name.

Expected

{
  "name": "range42-deployer-ui",
  ...
}

Impact

Cosmetic but affects tooling that reads package.json (e.g. Docker labels, npm scripts, lock file references).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions