Automattic / cli-table

Pretty unicode tables for the CLI with Node.JS
MIT License
2.28k stars 141 forks source link

Return license field to package.json #163

Closed igoradamenko closed 2 years ago

igoradamenko commented 2 years ago

Description

I'm returning the license field to package.json as we discussed in #150.

I've also beautified the package.json. Not sure that it was needed though, maybe it was necessary to keep it as a one line.

Checklist

Please make sure the items below have been covered before requesting a review:

(I have not run tests, so it would be fair not to check those checkboxes.)

Deploy Notes

Nothing here.

Steps to Test or Reproduce

Example:

  1. Pull down PR.
  2. Open package.json.
  3. Verify the license field is there.
igoradamenko commented 2 years ago

The build is broken, but it does not look like my change is the reason 🤔

chrean commented 2 years ago

It wasn't your change, master seems to be broken since we reverted 0.3.6. 😢