diff --git a/package-lock.json b/package-lock.json index c295506..c3e5d5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "widok", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41a0c9e..4b8193e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "widok", - "version": "0.2.3", + "version": "0.2.4", "description": "Vue3 inspired simple store, compatible with vue-devtools", "author": "wszerad91@gmail.com", "license": "MIT", - "repository": "https://github.com/wszerad/widok.git", + "repository": { + "type": "git", + "url": "https://github.com/wszerad/widok.git" + }, "keywords": [ "vue", "vue3",