first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 236aba89c2 - Show all commits

View File

@ -6,7 +6,7 @@
"build": "snowpack build" "build": "snowpack build"
}, },
"dependencies": { "dependencies": {
"@odit/lfk-client-js": "0.0.6", "@odit/lfk-client-js": "0.0.8",
"filepond": "^4.25.1", "filepond": "^4.25.1",
"gridjs": "^3.2.1", "gridjs": "^3.2.1",
"localforage": "^1.9.0", "localforage": "^1.9.0",

View File

@ -12,7 +12,6 @@ const store = () => {
const methods = { const methods = {
init() { init() {
console.log('*: playerStore -> init()');
update((state) => { update((state) => {
state.isLoggedIn = false; state.isLoggedIn = false;
return state; return state;
@ -43,5 +42,4 @@ const store = () => {
...methods ...methods
}; };
}; };
export default store(); export default store();