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: #3059 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
This commit was merged in pull request #3059.
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user