zeke / package-json-to-readme

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

Fix private test assertion. #6

Closed timoxley closed 9 years ago

timoxley commented 9 years ago

This test was passing whether {{^private}} was in the template or not because String#match with a String as an arg is case-sensitive.

Related to #3.