diff options
Diffstat (limited to 'tests/registry/npm/@denotest/cjs-multiple-exports/1.0.0/package.json')
-rw-r--r-- | tests/registry/npm/@denotest/cjs-multiple-exports/1.0.0/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/cjs-multiple-exports/1.0.0/package.json b/tests/registry/npm/@denotest/cjs-multiple-exports/1.0.0/package.json new file mode 100644 index 000000000..43f07a235 --- /dev/null +++ b/tests/registry/npm/@denotest/cjs-multiple-exports/1.0.0/package.json @@ -0,0 +1,8 @@ +{ + "name": "@denotest/cjs-multiple-exports", + "version": "1.0.0", + "exports": { + ".": "./src/index.js", + "./add": "./src/add.js" + } +}
\ No newline at end of file |