Skip to content

Commit

Permalink
Tweak changelog entry wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jul 23, 2022
1 parent 4d0f98e commit 8914950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- Updated the [`graphql`](https://npm.im/graphql) peer dependency to `^16.3.0`.
- Updated the [`http-errors`](https://npm.im/http-errors) dependency to v2.
- Public modules are now individually listed in the package `files` and `exports` fields.
- Removed the package main index module; deep imports must be used. To migrate:
- Removed the package main index module; deep imports must be used. To migrate imports:

```diff
- import { GraphQLUpload } from "graphql-upload";
Expand All @@ -71,7 +71,7 @@
+ import Upload from "graphql-upload/Upload.js";
```

- Shortened public module deep import paths, removing the `/public/`. To migrate:
- Shortened public module deep import paths, removing the `/public/`. To migrate imports:

```diff
- import GraphQLUpload from "graphql-upload/public/GraphQLUpload.js";
Expand Down

0 comments on commit 8914950

Please sign in to comment.