summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-09-10 15:00:45 -0400
committerGitHub <noreply@github.com>2022-09-10 15:00:45 -0400
commitdee9f0acaf705eacc5cbda806b2ae3937eeaab0e (patch)
treeba7d7f747684c37d39cbf133b195b1a6993755e1 /cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json
parenta3df6bb344c97c13e7df3d89cb0aa52d6fa9d207 (diff)
fix(npm): align Node esm code importing cjs with Node (#15838)
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json
new file mode 100644
index 000000000..4765d25d2
--- /dev/null
+++ b/cli/tests/testdata/npm/registry/@denotest/cjs-default-export/1.0.0/package.json
@@ -0,0 +1,4 @@
+{
+ "name": "@denotest/cjs-default-export",
+ "version": "1.0.0"
+}