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

Make GoKibitz buildable again #186

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on May 30, 2019

  1. Remove memwatch-next and heapdump dependencies

    memwatch-next is no longer supported and doesn't work under Node 10.16.0
    (see [this issue](andywer/leakage#26)). Luckily
    it's not actually used for anything except a commented-out block of code.
    So removing the dependency doesn't break anything at all.
    apetresc committed May 30, 2019
    Configuration menu
    Copy the full SHA
    0ae5026 View commit details
    Browse the repository at this point in the history
  2. Upgrade gulp-sass to 4.0.2

    Again, the latest LTS NodeJS release isn't supported by node-sass <= 4.9
    as can be [seen here](https://github.com/sass/node-sass#readme).
    apetresc committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8371932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e9c552 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    90da09f View commit details
    Browse the repository at this point in the history
  2. Replace deprecated SCSS rule

    apetresc committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c80efa3 View commit details
    Browse the repository at this point in the history
  3. Fix bad README markup

    apetresc committed May 31, 2019
    Configuration menu
    Copy the full SHA
    dc89934 View commit details
    Browse the repository at this point in the history