Add descriptions

master
Raymonzut 4 years ago
parent 874540a43d
commit bce431f6b5
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 2
      client/package.json
  2. 2
      server/package.json

@ -2,7 +2,7 @@
"name": "personal-website",
"version": "0.0.0",
"private": true,
"description": "",
"description": "A nice introduction to my chaos",
"main": "src/main.js",
"scripts": {
"build": "vue-cli-service build",

@ -1,7 +1,7 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"description": "The API for the website",
"main": "index.js",
"scripts": {
"start": "node ./index.js",

Loading…
Cancel
Save