trpc-panel icon indicating copy to clipboard operation
trpc-panel copied to clipboard

Fix licensing

Open Dimava opened this issue 2 years ago • 1 comments
trafficstars

  • package.json says "license": "MIT", (expected that this is the correct value)
  • package.json says "private": true, (expected: false (no field) as this is a published package)
  • Github says nothing (expected: MIT)
  • npm says license: ISC (expected: MIT)

Dimava avatar Mar 28 '23 18:03 Dimava

yep will want to add this thanks

iway1 avatar Apr 07 '23 01:04 iway1