Rebrand project references and reset version to 0.1.0

This commit is contained in:
Pandipipas
2026-02-14 23:18:31 +01:00
parent 37d77558e9
commit 16bcc95521
5 changed files with 29 additions and 79 deletions
+6 -6
View File
@@ -1,17 +1,17 @@
{
"name": "scoreko-dev",
"version": "3.0.0",
"description": "Template for NodeCG bundles that use Vue.js and TypeScript.",
"homepage": "https://github.com/zoton2/nodecg-vue-ts-template#readme",
"version": "0.1.0",
"description": "Bundle de NodeCG para overlays de fighting games.",
"homepage": "https://github.com/Pandipipas/scoreko-dev#readme",
"bugs": {
"url": "https://github.com/zoton2/nodecg-vue-ts-template/issues"
"url": "https://github.com/Pandipipas/scoreko-dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoton2/nodecg-vue-ts-template.git"
"url": "git+https://github.com/Pandipipas/scoreko-dev.git"
},
"license": "MIT",
"author": "zoton2",
"author": "Pandipipas",
"type": "module",
"scripts": {
"autofix": "eslint --fix",