From 1390d5718eab1607cd5839f3ac9c846df996c3aa Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 6 Jul 2021 10:01:33 +0530 Subject: Minify svg's using svgo --- recipes/vk/icon.svg | 2 +- recipes/vk/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'recipes/vk') diff --git a/recipes/vk/icon.svg b/recipes/vk/icon.svg index 1cfb37a..2495d54 100644 --- a/recipes/vk/icon.svg +++ b/recipes/vk/icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/recipes/vk/package.json b/recipes/vk/package.json index 37afce4..bd96f67 100644 --- a/recipes/vk/package.json +++ b/recipes/vk/package.json @@ -1,13 +1,13 @@ { - "id": "vk", - "name": "VK", - "version": "1.0.0", - "description": "VK.com", - "main": "index.js", - "author": "Stefan Malzner ", - "license": "MIT", - "repository": "https://github.com/meetfranz/recipe-vk", - "config": { - "serviceURL": "https://www.vk.com" - } + "id": "vk", + "name": "VK", + "version": "1.0.1", + "description": "VK.com", + "main": "index.js", + "author": "Stefan Malzner ", + "license": "MIT", + "repository": "https://github.com/meetfranz/recipe-vk", + "config": { + "serviceURL": "https://www.vk.com" } +} -- cgit v1.2.3-54-g00ecf