Update both package.json
This commit is contained in:
parent
2c6f28e6da
commit
254f9a8606
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue