webhook-discord icon indicating copy to clipboard operation
webhook-discord copied to clipboard

feat(esm): update package.json for esm

Open AnotherBrynAlt opened this issue 2 years ago • 0 comments

Updates the package.json to be usable in Typescript ESM projects. This worked for me by changing downstream.

https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing

https://nodejs.org/api/packages.html#packages_exports

AnotherBrynAlt avatar May 21 '22 07:05 AnotherBrynAlt