aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vk/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 10:01:33 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 11:05:15 +0530
commit1390d5718eab1607cd5839f3ac9c846df996c3aa (patch)
tree3637543e23129a5ac2d599fdf93044e57c8170c7 /recipes/vk/package.json
parentIgnore .md files from being packaged into the recipe archives (minor size gain). (diff)
downloadferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.gz
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.zst
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.zip
Minify svg's using svgo
Diffstat (limited to 'recipes/vk/package.json')
-rw-r--r--recipes/vk/package.json22
1 files changed, 11 insertions, 11 deletions
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 @@
1{ 1{
2 "id": "vk", 2 "id": "vk",
3 "name": "VK", 3 "name": "VK",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "VK.com", 5 "description": "VK.com",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT", 8 "license": "MIT",
9 "repository": "https://github.com/meetfranz/recipe-vk", 9 "repository": "https://github.com/meetfranz/recipe-vk",
10 "config": { 10 "config": {
11 "serviceURL": "https://www.vk.com" 11 "serviceURL": "https://www.vk.com"
12 }
13 } 12 }
13}