summaryrefslogtreecommitdiff
path: root/tests/specs/npm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm')
-rw-r--r--tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out27
1 files changed, 11 insertions, 16 deletions
diff --git a/tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out b/tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out
index c67be75c9..c8caafc07 100644
--- a/tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out
+++ b/tests/specs/npm/adding_npm_dep_in_dynamic_import/lock.out
@@ -1,20 +1,15 @@
{
- "version": "3",
- "packages": {
- "specifiers": {
- "npm:@denotest/add": "npm:@denotest/add@1.0.0",
- "npm:@denotest/subtract": "npm:@denotest/subtract@1.0.0"
+ "version": "4",
+ "specifiers": {
+ "npm:@denotest/add": "npm:@denotest/add@1.0.0",
+ "npm:@denotest/subtract": "npm:@denotest/subtract@1.0.0"
+ },
+ "npm": {
+ "@denotest/add@1.0.0": {
+ "integrity": "[WILDLINE]"
},
- "npm": {
- "@denotest/add@1.0.0": {
- "integrity": "[WILDLINE]",
- "dependencies": {}
- },
- "@denotest/subtract@1.0.0": {
- "integrity": "[WILDLINE]",
- "dependencies": {}
- }
+ "@denotest/subtract@1.0.0": {
+ "integrity": "[WILDLINE]"
}
- },
- "remote": {}
+ }
}