npm-link-up icon indicating copy to clipboard operation
npm-link-up copied to clipboard

packages map keys array

Open ORESoftware opened this issue 7 years ago • 0 comments

if we get this:

{

"packages":{
  "foo": [],
  "bar": []
}

}

we should map it to:

{

"packages":{
  "foo": { "list": []},
  "bar": { "list": []},
}

}

ORESoftware avatar Sep 21 '18 22:09 ORESoftware