Merge branch 'release/v1.0.0' into beta

- Add descriptions for package.json's
- Bump versions to 1.0.0
master
Raymonzut 5 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", "name": "personal-website",
"version": "0.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "", "description": "A nice introduction to my chaos",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {
"build": "vue-cli-service build", "build": "vue-cli-service build",

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

Loading…
Cancel
Save