elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Viir opened this issue · 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.

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.