From aa01e258948a13abafa7c441a7b82e5c2fb676b9 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Tue, 9 Jun 2020 13:14:57 +0300 Subject: feat: create user service --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8a8afee..758cb99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "@oneflow/which-api", "version": "1.0.0", - "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -14,5 +13,14 @@ "@feathersjs/feathers": "^4.5.3", "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/eug-vs/which-api.git" + }, + "bugs": { + "url": "https://github.com/eug-vs/which-api/issues" + }, + "homepage": "https://github.com/eug-vs/which-api#readme", + "description": "" } -- cgit v1.2.3