summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/run_existing_npm_package/package.json
diff options
context:
space:
mode:
authorawait-ovo <13152410380@163.com>2023-09-19 04:02:58 +0800
committerGitHub <noreply@github.com>2023-09-18 20:02:58 +0000
commitdc1da309274823c15ad8ade0545678f8a9b8e54d (patch)
tree95514a8d53c3bcea02f07ac995946c68e5a37fa6 /cli/tests/testdata/npm/run_existing_npm_package/package.json
parentf5963b6a0595810c0e4b6da793ce0d50a9944796 (diff)
fix(cli): for main-module that exists in package.json, use the version defined in package.json directly (#20328)
Diffstat (limited to 'cli/tests/testdata/npm/run_existing_npm_package/package.json')
-rw-r--r--cli/tests/testdata/npm/run_existing_npm_package/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/run_existing_npm_package/package.json b/cli/tests/testdata/npm/run_existing_npm_package/package.json
new file mode 100644
index 000000000..1cd6d749d
--- /dev/null
+++ b/cli/tests/testdata/npm/run_existing_npm_package/package.json
@@ -0,0 +1,6 @@
+{
+ "name": "run-existing-npm-package",
+ "dependencies": {
+ "@denotest/bin": "0.5.0"
+ }
+}