From 56bfb13de31c2566d2d884256c507a37b47c97f0 Mon Sep 17 00:00:00 2001 From: Emiliano Barbosa Date: Sat, 24 Oct 2020 17:55:41 -0300 Subject: [PATCH] fix: Publish script --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 162221c..8498112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab-ci-dashboard", - "version": "6.4.5", + "version": "6.4.6", "description": "Dashboard for monitoring GitLab CI builds and pipelines for TV. This project is based on gitlab-ci-monitor by globo.com", "author": "Emiliano Barbosa ", "contributors": [ @@ -14,11 +14,11 @@ } ], "license": "MIT", - "homepage": "https://github.com/emilianoeloi/gitlab-ci-dashboard", - "bugs": "https://github.com/emilianoeloi/gitlab-ci-dashboard/issues", + "homepage": "https://github.com/ci-dashboard/gitlab-ci-dashboard", + "bugs": "https://github.com/ci-dashboard/gitlab-ci-dashboard/issues", "repository": { "type": "git", - "url": "https://github.com/emilianoeloi/gitlab-ci-dashboard" + "url": "https://github.com/ci-dashboard/gitlab-ci-dashboard" }, "scripts": { "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",