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

Use the correct jq package #363

Merged
merged 4 commits into from
Oct 21, 2024
Merged

Use the correct jq package #363

merged 4 commits into from
Oct 21, 2024

Commits on Oct 14, 2024

  1. [fix] uninstall jq and commander, install node-jq

    jq package is a jQuery wrapper, and we don't use commander at all. node-jq allows us to use jq inside of node files, and downloads jq to `./node_modules/node-jq/bin/jq` ;)
    rougetimelord committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0d5705d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c25b201 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update makefile

    add `./node_modules/node-jq/bin` to `PATH`
    (untested)
    cooljeanius authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f7c8ebb View commit details
    Browse the repository at this point in the history
  2. Update makefile

    try tweaking setting of `PATH` a bit
    cooljeanius authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2427a42 View commit details
    Browse the repository at this point in the history