summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-17 00:26:38 +0900
committerGitHub <noreply@github.com>2023-10-17 00:26:38 +0900
commitcb70c4d0c4c97999deef0c13eaf91db635957517 (patch)
tree68d78653dbb1a3b6536eef652a86deb995b6dbab /cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json
parentbd238be4b5f26126fee8820d2a64c6660dfd6b6b (diff)
fix(node): resolve file.d specifiers in npm packages (#20918)
Makes type checking octokit work. Closes #20854
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json
new file mode 100644
index 000000000..a0702a56b
--- /dev/null
+++ b/cli/tests/testdata/npm/registry/@denotest/d-ext/1.0.0/package.json
@@ -0,0 +1,5 @@
+{
+ "name": "d-ext",
+ "version": "1.0.0",
+ "main": "./index.js"
+} \ No newline at end of file