aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vk/package.json
diff options
context:
space:
mode:
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}