rollupid icon indicating copy to clipboard operation
rollupid copied to clipboard

chore(platform): Streamline author and license across package.json files

Open betimshahini opened this issue 2 years ago • 1 comments

Description

Make author and license consistent across all of our package.json files.

betimshahini avatar Aug 09 '23 15:08 betimshahini

I have a branch that streamlines this to:

{
  "author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
  "license": "UNLICENSED",
}

Per feedback just now might drop email.

alfl avatar Jan 05 '24 15:01 alfl