Hello! I'd like to create a package, but I'm not sure what I'm supposed to do with the dependencies...
I want to create a package for https://github.com/atlassian/react-beautiful-dnd
dependencies from package.json
Do I need to create a cljsjs package for every one of those before I can create one for react-beautiful-dnd?
@frozenlock They already provide browserified file https://unpkg.com/react-beautiful-dnd@4.0.0/dist/
Based on the UMD module wrapper on the file, that only depends React
@juhoteperi oh that's perfect then. Thank you!