zeke / package-json-to-readme

Generate README.md from package.json contents
npm.im/package-json-to-readme
385 stars 51 forks source link

Treat license: private as private: true. #7

Closed timoxley closed 9 years ago

timoxley commented 9 years ago

This is an alternative means for communicating that packages are private. Doesn't have publish prevention support from npm, but I've seen it used around the place and seems a good way to flag proprietary code i.e. I often see private: true with a license which can't possibly make sense for private code.

zeke commented 9 years ago

Landed in 1.4.0: https://www.npmjs.com/package/package-json-to-readme

Thanks, @timoxley!