purescript-node / purescript-node-fs

Node.js file I/O for purescript
MIT License
33 stars 34 forks source link

Add bower to dev dependencies #84

Closed artemisSystem closed 3 months ago

artemisSystem commented 3 months ago

Description of the change

Adds bower to the npm dev dependencies, given it's used for retrieving dependencies.


Checklist:

garyb commented 3 months ago

We omit bower from every package.json actually, it's not an oversight. I'm pretty sure at one point that was the recommendation, and to rely on a single globally installed bower, but I might be making that up as I can't find anything saying that now.

I'm going to close this since even if it may be a little unusual it's consistent with all the other libraries, and we could just migrate to spago also as an alternative.