From 821c3486e8e8c443283d14584a41b3acdaef898e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 19 Mar 2020 12:23:38 -0400 Subject: [PATCH] Add nodejs-packaging Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodejs.yaml b/nodejs.yaml index 64359b6..5d1a469 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -59,4 +59,8 @@ data: rationale: Javascript runtime and npm package manager. ref: 13 buildorder: 10 + nodejs-packaging: + rationale: Match packaging to the runtime + ref: master + buildorder: 10 ...