mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-13 17:19:12 -06:00
Changed the order of the dependencies in the server package.json
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"express": "^4.18.2",
|
||||
"node-schedule": "^2.1.1",
|
||||
"sequelize": "^6.31.1",
|
||||
"tmp": "^0.2.1",
|
||||
"sqlite3": "^5.1.6"
|
||||
"sqlite3": "^5.1.6",
|
||||
"tmp": "^0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.0.1",
|
||||
|
||||
Reference in New Issue
Block a user