Closed fregante closed 3 years ago
Config can be copied from https://github.com/sindresorhus/refined-github/blob/main/package.json
The esm dependency should be dropped and I think the package type should be changed to module, either via env or in package.json (the latter would probably require extra changes though)
esm
module
package.json
More details might be found in https://github.com/avajs/ava/issues/2293
Config can be copied from https://github.com/sindresorhus/refined-github/blob/main/package.json
The
esm
dependency should be dropped and I think the package type should be changed tomodule
, either via env or inpackage.json
(the latter would probably require extra changes though)More details might be found in https://github.com/avajs/ava/issues/2293