diff --git a/package-lock.json b/package-lock.json index 551e235..b6185cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "nodecg-vue-ts-template", + "name": "scoreko-dev", "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "nodecg-vue-ts-template", + "name": "scoreko-dev", "version": "3.0.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 8c28d06..057359f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nodecg-vue-ts-template", + "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", diff --git a/src/browser_shared/replicants.ts b/src/browser_shared/replicants.ts index bf58109..4d97b39 100644 --- a/src/browser_shared/replicants.ts +++ b/src/browser_shared/replicants.ts @@ -2,7 +2,7 @@ import { useReplicant } from 'nodecg-vue-composable'; import type { Schemas } from '../types'; // 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.