Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

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

Open
Viir opened this issue Oct 1, 2016 · 1 comment

Comments

@Viir
Copy link

Viir commented Oct 1, 2016

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.

@process-bot
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants