Thanks to visit codestin.com
Credit goes to github.com

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: shelljs/shelljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4580c00
Choose a base ref
...
head repository: shelljs/shelljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00c96a2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 9, 2025

  1. fix: add package.json to exports list

    No change to logic. shx has a dependency on shelljs/package.json so that
    it can read the ShellJS version number. This is useful for shx and
    probably harmless for other packages (we need to ship the package.json
    file anyway), so this adds it to the exports list as an optional export.
    
    Fixes #1195
    Test: I ran `shx --version` with this copy of shelljs as the dependency
    nfischer committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    00c96a2 View commit details
    Browse the repository at this point in the history
Loading