Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsdoc/jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.8
Choose a base ref
...
head repository: jsdoc/jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.9
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 23, 2022

  1. fix installation error when installing via npm (#1970)

    When you publish a package to npm, the package-lock.json file isn't published. Unfortunately, npm-force-resolutions fails if package-lock.json isn't present, so if you tried to install JSDoc via npm, the preinstall script errored out.
    
    We now use force-resolutions, a replacement for npm-force-resolutions that doesn't have this issue.
    hegemonic committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    24c1354 View commit details
    Browse the repository at this point in the history
  2. 3.6.9

    hegemonic committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    aab7b50 View commit details
    Browse the repository at this point in the history
Loading