From 05a2fdb5e6999c7f733a09211625d6f781b2cf0b Mon Sep 17 00:00:00 2001 From: Wszerad Date: Sun, 2 Feb 2020 22:58:51 +0100 Subject: [PATCH] fix repo --- package-lock.json | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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",