mjackson / expect

Write better assertions
MIT License
2.29k stars 117 forks source link

No readme on npmjs.com #223

Closed BurtHarris closed 6 years ago

BurtHarris commented 7 years ago

Are you aware the README for your package does not show up at https://www.npmjs.com/package/expect?

ljharb commented 7 years ago

Likely because of using the "files" property in package.json. We should remove that, and use .npmignore instead to restrict what gets published.

ljharb commented 6 years ago

The v21+ versions of expect are now maintained by jest; please file this there.

Versions of expect prior to v21 will be maintained in this repo; but their readmes will never show up on npmjs.com.