Update both package.json

This commit is contained in:
Felix Albrigtsen 2022-03-15 12:55:23 +01:00
parent 2c6f28e6da
commit 254f9a8606
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
{ {
"name": "frontend",
"version": "0.1.0", "name": "tournament-server",
"version": "1.0.0",
"description": "DCST1008 Project - Server - Asura Tournament Management System",
"author": "felixalb, kristoju, jonajha, krisleri",
"private": true, "private": true,
"dependencies": { "dependencies": {
"react": "^17.0.2", "react": "^17.0.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "tournament-server", "name": "tournament-server",
"version": "1.0.0", "version": "1.0.0",
"description": "DCST1008 Project - Asura Tournament Management System", "description": "DCST1008 Project - Server - Asura Tournament Management System",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"