This commit is contained in:
AP 2020-04-09 08:31:20 +02:00
parent 7869863c12
commit d11f49de55
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@thunderhub/client",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"scripts": {
"start": "react-scripts start",

View file

@ -2,5 +2,5 @@
"packages": ["client", "server"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.2.1"
}

View file

@ -1,6 +1,6 @@
{
"name": "@thunderhub/server",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",