Compare commits

..

8 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.1.4",
"version": "2.1.3",
"description": "",
"author": "",
"private": true,

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "2.1.4",
"version": "2.1.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "2.1.4",
"version": "2.1.3",
"scripts": {
"start": "node api/dist/main",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",