elm-reactor icon indicating copy to clipboard operation
elm-reactor copied to clipboard

On index page, Package Information is not rendered depending on repository url

Open Viir opened this issue 8 years ago • 1 comments

When I open the index page offered by elm-reactor 0.17.1, a section with package information is displayed when the elm-package.json looks like this:

{
    "version": "1.0.0",
    "summary": "helpful summary of your project, less than 80 characters",
    "repository": "https://github.com/user/project.git",
    "license": "BSD3",
    "source-directories": [
        "."
    ],
    "exposed-modules": [],
    "dependencies": {
        "elm-lang/core": "4.0.5 <= v < 5.0.0"
    },
    "elm-version": "0.17.1 <= v < 0.18.0"
}

This section is not visible when the repository property is changed to https://github.com/user/4project.git.

Viir avatar Oct 01 '16 08:10 Viir

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot avatar Oct 01 '16 08:10 process-bot