Fix state

This commit is contained in:
René Preuß
2022-10-30 14:27:53 +01:00
parent 11570c9832
commit ed44357418
5 changed files with 23 additions and 8 deletions

View File

@@ -2,10 +2,9 @@
"name": "@bitinflow/ui",
"version": "0.0.1",
"description": "Bitinflow UI Kit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "René Preuß <rene@bitinflow.com>",
"license": "Apache-2.0"
"license": "Apache-2.0",
"dependencies": {
"pinia": "^2.0.23"
}
}