-
Notifications
You must be signed in to change notification settings - Fork 220
Repo rename helm/monocular -> kubernetes-helm/monocular #305
Conversation
README.md
Outdated
@@ -1,6 +1,6 @@ | |||
# Monocular | |||
[![Build | |||
Status](https://travis-ci.org/helm/monocular.svg?branch=master)](https://travis-ci.org/helm/monocular) | |||
Status](https://travis-ci.org/kubernetes-kubernetes-helm/monocular.svg?branch=master)](https://travis-ci.org/kubernetes-helm/monocular) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one kubernetes too many here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, good spot - fixed
Codecov Report
@@ Coverage Diff @@
## master #305 +/- ##
=======================================
Coverage 90.42% 90.42%
=======================================
Files 18 18
Lines 971 971
=======================================
Hits 878 878
Misses 62 62
Partials 31 31
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please could you add the repository, bugs and homepage sections to the src/ui/package.json
file?
You can use this snippet as example:
{
"name": "my_package",
"repository": {
"type": "git",
"url": "https://github.com/ashleygwilliams/my_package.git"
},
"bugs": {
"url": "https://github.com/ashleygwilliams/my_package/issues"
},
"homepage": "https://github.com/ashleygwilliams/my_package"
}
No description provided.