mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
experiment with moving from npm to yarn
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user