Skip to content

Conversation

@Alhadis
Copy link
Collaborator

@Alhadis Alhadis commented Sep 22, 2021

This PR is a combination of commits I prepared locally before an attempt to push revealed master is a protected branch. 😓 The changes are atomic and (hopefully) self-explanatory, but in short, they

  1. Update the versions of Node and Mocha used to run the tests
  2. Fix the currently-broken status badges in the readme
  3. Identify Mocha's globals to js2-mode so functions like describe() and it() aren't flagged as errors
  4. Improve the makefile's overall user-friendliness by:
    1. Only installing project dependencies when they don't exist
    2. Not assuming that an $NPM variable set in one's environment points to the npm(1) binary; I have $NPM set to /usr/local/lib/node_modules, so running make quickly failed.

      Note that it's still possible to override variables on a case-by-case basis like this:
      $ make NPM=/path/to/npm CASK=/path/to/cask install

I'll endeavour to keep future maintenance a little more review-friendly. 😉

/cc @scottaj

@Alhadis
Copy link
Collaborator Author

Alhadis commented Oct 6, 2021

Nudging @scottaj for an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants