fix names of docker containers and repo

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-13 10:10:15 +01:00
parent 4ac2d8df46
commit b5316bc0e5
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "click-counter",
"version": "0.0.1",
"description": "Minimal API for counting clicks",
"repository": "https://github.com/status-im/clicks-counter",
"description": "Minimal API for managing GitHub comments for CIclicks.",
"repository": "https://github.com/status-im/github-comment-manager",
"main": "index.js",
"dependencies": {
"@octokit/rest": "^16.2.0",
@ -40,8 +40,8 @@
"devel": "gulp devel",
"clean": "gulp clean",
"build": "gulp build",
"image": "docker build -t statusteam/clicks-counter .",
"push": "docker push statusteam/clicks-counter"
"image": "docker build -t statusteam/ghcmgr .",
"push": "docker push statusteam/ghcmgr"
},
"jest": {
"moduleFileExtensions": [