mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-07-31 06:51:56 +00:00
fix(npm-aqua-compiler): Support aquaDir inside the project's node_nodules (#427)
When aqua dir inside the project's node_nodules dir, return only the subtree based on that internal path
This commit is contained in:
12
packages/core/npm-aqua-compiler/test/transitive-deps/empty-project/package-lock.json
generated
Normal file
12
packages/core/npm-aqua-compiler/test/transitive-deps/empty-project/package-lock.json
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "empty-project",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "empty-project",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "empty-project",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {}
|
||||
}
|
Reference in New Issue
Block a user