experiment with moving from npm to yarn

This commit is contained in:
Proddy
2023-02-12 14:14:08 +01:00
parent 12b4bd3795
commit 4ca25fcfc2
32 changed files with 9911 additions and 12430 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "api",
"version": "1.0.0",
"private": "true",
"description": "mock api for EMS-ESP",
"main": "server.js",
"scripts": {
@@ -17,5 +16,6 @@
"express-sse": "^0.5.3",
"nodemon": "^2.0.20",
"ws": "^8.12.0"
}
},
"packageManager": "yarn@3.4.1"
}