node/test/fixtures/node_modules/pkgexports-main/package.json
Guy Bedford 8a96d05ec7 module: self resolve bug fix and esm ordering
PR-URL: https://github.com/nodejs/node/pull/31009
Reviewed-By: Jan Krems <jan.krems@gmail.com>
2019-12-29 11:17:21 -05:00

6 lines
76 B
JSON

{
"main": "./main.cjs",
"exports": {
"import": "./module.mjs"
}
}