XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>

6606e3b9
Animan8000 <animan8000@noreply.localhost>
提交于

代码差异

2 个文件 +4 -4
Modified package-lock.json +2 -2
@@ -1,11 +1,11 @@
1 1 {
2 "name": "wf-emulator",
2 "name": "spaceninjaserver",
3 3 "version": "0.1.0",
4 4 "lockfileVersion": 3,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 "name": "wf-emulator",
8 "name": "spaceninjaserver",
9 9 "version": "0.1.0",
10 10 "dependencies": {
11 11 "body-parser": "^2.2.0",
Modified package.json +2 -2
@@ -1,7 +1,7 @@
1 1 {
2 "name": "wf-emulator",
2 "name": "spaceninjaserver",
3 3 "version": "0.1.0",
4 "description": "WF Emulator",
4 "description": "SpaceNinjaServer",
5 5 "main": "index.ts",
6 6 "scripts": {
7 7 "start": "node --enable-source-maps build/src/index.js",