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

Fix monorepos including projects with unpublished npm package names 🤣 #117

Merged
merged 7 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. chore: transpile to node16

    Engines is set to Node 16, so you needn't transpile async/await, etc, away.
    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    96b120c View commit details
    Browse the repository at this point in the history
  2. fix: declare a pm

    Makes PNPM stop yelling when linking locally.
    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f92859a View commit details
    Browse the repository at this point in the history
  3. fix: use correct url encoder

    I noticed this, I think it's right.
    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cff9fe4 View commit details
    Browse the repository at this point in the history
  4. fix: unpublished packages

    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    84fac79 View commit details
    Browse the repository at this point in the history
  5. chore: remove old comments

    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cea0645 View commit details
    Browse the repository at this point in the history
  6. fix: vscode

    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b06f1fe View commit details
    Browse the repository at this point in the history
  7. fix: eslint disable

    lishaduck committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3451dd2 View commit details
    Browse the repository at this point in the history