cryptocoinjs / coininfo

JavaScript component for crypto currency specific information.
116 stars 114 forks source link

Use package.json:files instead .npmignore #30

Closed fanatid closed 7 years ago

fanatid commented 7 years ago

Extracted from #19

jprichardson commented 7 years ago

On a number of my repos where I use files, npm doesn't grab the README even though it's suppose to according to the npm spec. See: https://www.npmjs.com/package/bip44-constants

Do you think that'll happen here?

fanatid commented 7 years ago

That very strange that bip44-constants was published without README... You can check what will be published with npm pack cryptocoinjs/keccak also uses files and published with README: https://www.npmjs.com/package/keccak