Skip to content

Commit

Permalink
fix: Publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianoeloi committed Oct 24, 2020
1 parent 7a9a37d commit 56bfb13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <emilianoeloi@gmail.com>",
"contributors": [
Expand All @@ -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",
Expand Down

0 comments on commit 56bfb13

Please sign in to comment.