From 44af166561c966baf1d02624a47d1dfad73063bb Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 14 Aug 2021 11:13:20 +0000 Subject: [PATCH] nvchecker: add nodejs dependencies * rollup * standard --- .repo/nvchecker.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index eaf05ff..4e16f08 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -1148,6 +1148,14 @@ gems = "oj" # npm +[rollup] +source = "npm" +npm = "rollup" + +[standard] +source = "npm" +npm = "standard" + [homebridge] source = "npm" npm = "homebridge"