funkia / list

🐆 An immutable list with unmatched performance and a comprehensive functional API.
MIT License
1.65k stars 51 forks source link

npm.js package is not linked to github repo #55

Closed joelnet closed 6 years ago

joelnet commented 6 years ago

I find myself using npm.js to search for packages I use regularly, usually to RTFM, and was not able to find the link to this repo from https://www.npmjs.com/package/list.

paldepind commented 6 years ago

That is a good point. I was not aware of that. The package.json was missing some properties. I've added them and published a new release. As far as I can see everything is now showing up on npmjs.com 😄

Does it look good to you too?

joelnet commented 6 years ago

Awesome Sauce!

Keep up the good work! Love the library!

paldepind commented 6 years ago

Keep up the good work! Love the library!

Thank you! I'm happy to hear that. If you don't mind me asking, which variant are you using? The "vanilla", the one with methods or the one with curried functions?

joelnet commented 6 years ago

I'm using the curried version so I can use it with R.pipe and R.compose.