From d06d57b94e935145a07599ec11f031e828629e94 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 May 2018 13:53:22 -0400 Subject: [PATCH] Add libuv as a dep Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index f7507db..04bda2b 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -40,6 +40,10 @@ data: - npm components: rpms: + libuv: + rationale: Platform abstraction layer for Node.js + ref: 1.20 + buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. ref: 10