Skip to content

Convert library to ESM#143

Merged
sindresorhus merged 1 commit intosindresorhus:mainfrom
jonkoops:esm
Jul 19, 2022
Merged

Convert library to ESM#143
sindresorhus merged 1 commit intosindresorhus:mainfrom
jonkoops:esm

Conversation

@jonkoops
Copy link
Copy Markdown
Contributor

Converts the library to ESM as per #138 (comment), only difference being deleteAsync as delete is a reserved keyword.

Closes #138

Comment thread package.json
"exports": "./index.js",
"engines": {
"node": ">=10"
"node": "^14.13.1 || >=16.0.0"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've chosen to omit Node.js 12 here as it is no longer actively maintained.

@sindresorhus sindresorhus merged commit 106d7d8 into sindresorhus:main Jul 19, 2022
@sindresorhus
Copy link
Copy Markdown
Owner

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade: v7 convert to ESM lets Disscuse the API

2 participants