nvchecker: add nodejs dependencies
* rollup * standard
This commit is contained in:
parent
ff7f7efd4a
commit
44af166561
1 changed files with 8 additions and 0 deletions
|
@ -1148,6 +1148,14 @@ gems = "oj"
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
|
|
||||||
|
[rollup]
|
||||||
|
source = "npm"
|
||||||
|
npm = "rollup"
|
||||||
|
|
||||||
|
[standard]
|
||||||
|
source = "npm"
|
||||||
|
npm = "standard"
|
||||||
|
|
||||||
[homebridge]
|
[homebridge]
|
||||||
source = "npm"
|
source = "npm"
|
||||||
npm = "homebridge"
|
npm = "homebridge"
|
||||||
|
|
Loading…
Reference in a new issue