diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-09 13:29:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 13:29:16 +0300 |
commit | abe7c3220c40031b9adecf9b27ab7141b7d3f736 (patch) | |
tree | 063c275cdf64d5a30cf81e993721ac1fc8dc672c /package.json | |
parent | 977992eb70a0ca3b702e116b628d37ac75e667d1 (diff) | |
parent | 3fb48244900333f5085ffa2058a242aacec9c61c (diff) | |
download | which-api-abe7c3220c40031b9adecf9b27ab7141b7d3f736.tar.gz |
Merge pull request #1 from eug-vs/user-service
Create user service
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 10 insertions, 2 deletions
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": "" } |