Skip to content

v5.1.0

  • v5.1.0
  • 4a7b6d2
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v5.1.0
  • 4a7b6d2
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@achingbrain achingbrain tagged this 20 Aug 09:45
The following are all valid values for the `"exports"` map (https://nodejs.org/api/packages.html#packages_exports_sugar):

```
"exports": {
  ".": {
    "import": "./index.js"
  }
}
```

```
"exports": {
  "import": "./index.js"
}
```

```
"exports": "./index.js"
```

Currently ipjs only supports the first version, this PR adds support for the other two as well.
Assets 2
Loading