mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-20 13:01:44 +03:00
fix bug: package-lock translator not detecting devDependencies
This commit is contained in:
parent
7ff0d5d0e8
commit
70f30b6eef
@ -63,7 +63,7 @@ let
|
||||
(tree.getNodeFromPath "${dirRelPath}/package.json").jsonContent;
|
||||
|
||||
hasNoDependencies =
|
||||
! packageJson ? dependencies && ! packageJson ? devDependenices;
|
||||
! packageJson ? dependencies && ! packageJson ? devDependencies;
|
||||
|
||||
in
|
||||
if hasNoDependencies then
|
||||
|
Loading…
Reference in New Issue
Block a user