This commit is contained in:
Rolands 2022-11-07 18:34:26 +02:00
parent fd17a8cd80
commit 15127e8aa3
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ {
"name": "socio", "name": "socio",
"version": "0.0.4", "version": "0.0.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "socio", "name": "socio",
"version": "0.0.4", "version": "0.0.5",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@rolands/log": "^1.1.1", "@rolands/log": "^1.1.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "socio", "name": "socio",
"version": "0.0.4", "version": "0.0.5",
"description": "a websocket based live and synced front and back end", "description": "a websocket based live and synced front and back end",
"main": "core.js", "main": "core.js",
"type": "module", "type": "module",