feross / zelda

Automatically `npm link` all your packages together!
MIT License
282 stars 32 forks source link

Support for npm3+ #12

Closed Crispy1975 closed 8 years ago

Crispy1975 commented 8 years ago

We love Zelda, great tool that eases a lot of pain. Are there plans to support the new npm3 flat format?

feross commented 8 years ago

Yeah, I'd love to support npm3 but haven't had time to do that yet. In the meantime, PR welcome!

feross commented 8 years ago

Working on this right now -- should be done soon.

Crispy1975 commented 8 years ago

@feross awesome! If you need us to test then we are happy to do that. Thanks for your efforts!

feross commented 8 years ago

Released as 3.0.0.

Crispy1975 commented 8 years ago

Quickest release ever! Will test this out, thanks!

Crispy1975 commented 8 years ago

To be clear this release will only work with npm3+?

feross commented 8 years ago

I haven't tested it with npm2, but I see no reason why this approach wouldn't work there too.