- Add descriptions for package.json's - Bump versions to 1.0.0
@ -1,8 +1,8 @@
{
"name": "personal-website",
"version": "0.0.0",
"version": "1.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",
"description": "The API for the website",
"main": "index.js",
"start": "node ./index.js",