Merge branch 'release/v1.0.0' into beta

- Add descriptions for package.json's
- Bump versions to 1.0.0
master
Raymonzut 4 years ago
commit 4ef296269c
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 4
      client/package.json
  2. 2
      server/package.json

@ -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",
"version": "1.0.0",
"description": "",
"description": "The API for the website",
"main": "index.js",
"scripts": {
"start": "node ./index.js",

Loading…
Cancel
Save