diff options
Diffstat (limited to 'tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json')
-rw-r--r-- | tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json b/tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json index 3c6fa005f..085ab6414 100644 --- a/tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json +++ b/tests/registry/npm/@denotest/node-lifecycle-scripts/1.0.0/package.json @@ -6,6 +6,7 @@ "install": "echo install && cli-esm 'hello from install script'", "postinstall": "echo postinstall && npx cowsay postinstall" }, + "exports": "./index.js", "dependencies": { "@denotest/bin": "1.0.0" } |