Align bundle name with folder (#12)

This commit is contained in:
Pandipipas
2026-02-08 13:18:17 +01:00
committed by GitHub
parent 5f13143586
commit e0323cca3f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "nodecg-vue-ts-template", "name": "scoreko-dev",
"version": "3.0.0", "version": "3.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nodecg-vue-ts-template", "name": "scoreko-dev",
"version": "3.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "nodecg-vue-ts-template", "name": "scoreko-dev",
"version": "3.0.0", "version": "3.0.0",
"description": "Template for NodeCG bundles that use Vue.js and TypeScript.", "description": "Template for NodeCG bundles that use Vue.js and TypeScript.",
"homepage": "https://github.com/zoton2/nodecg-vue-ts-template#readme", "homepage": "https://github.com/zoton2/nodecg-vue-ts-template#readme",
+1 -1
View File
@@ -2,7 +2,7 @@ import { useReplicant } from 'nodecg-vue-composable';
import type { Schemas } from '../types'; import type { Schemas } from '../types';
// YOU MUST CHANGE THIS TO YOUR BUNDLE'S NAME! // YOU MUST CHANGE THIS TO YOUR BUNDLE'S NAME!
const thisBundle = 'nodecg-vue-ts-template'; const thisBundle = 'scoreko-dev';
/** /**
* This is where you can declare all of your replicants to import easily into other (browser based) files. * This is where you can declare all of your replicants to import easily into other (browser based) files.