From 6606e3b924024678c6a2f87facb05291edab62f5 Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Thu, 20 Nov 2025 23:24:17 -0800 Subject: [PATCH] chore: update package name (#3059) "wf-emulator" used to be the name of the GH repo in the very old days and was later changed to SpaceNinjaServer for *reasons*. Thought it might make sense to update it here because nowadays we call it "SpaceNinjaServer" (SNS) in the community and not "WF Emulator" anymore. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3059 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 Co-committed-by: Animan8000 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 351d6ab8..ac36fa8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "wf-emulator", + "name": "spaceninjaserver", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "wf-emulator", + "name": "spaceninjaserver", "version": "0.1.0", "dependencies": { "body-parser": "^2.2.0", diff --git a/package.json b/package.json index acd92764..5b261ede 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "wf-emulator", + "name": "spaceninjaserver", "version": "0.1.0", - "description": "WF Emulator", + "description": "SpaceNinjaServer", "main": "index.ts", "scripts": { "start": "node --enable-source-maps build/src/index.js",