Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete package.json to be usable by repository #215

Closed
wants to merge 2 commits into from

Commits on Apr 9, 2019

  1. Complete package.json to be usable by repository

    In order to use the repository directly as dependency yarn as well as
    npm require some details.
    
    This patch adds the needed dependencies and meta information to allow
    usage by repository reference.
    SISheogorath committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    83c7eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Update CI to run with current node versions

    In order to setup a useful CI integration we should use the nodeJS
    versions we use in CodiMD as well. This patch updates Travis to use
    NodeJS version 8 and 10
    SISheogorath committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b9afa03 View commit details
    Browse the repository at this point in the history