返回提交历史
Modified
package-lock.json
+2
-2
Modified
package.json
+2
-2
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
代码差异
2 个文件
+4
-4
@@ -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",
@@ -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",