cljsjs

2018-01-13T01:09:14.000038Z

Hello! I'd like to create a package, but I'm not sure what I'm supposed to do with the dependencies...

2018-01-13T01:09:37.000231Z

I want to create a package for https://github.com/atlassian/react-beautiful-dnd

2018-01-13T01:10:17.000148Z

dependencies from package.json

2018-01-13T01:10:52.000028Z

Do I need to create a cljsjs package for every one of those before I can create one for react-beautiful-dnd?

juhoteperi 2018-01-13T08:25:50.000060Z

@frozenlock They already provide browserified file https://unpkg.com/react-beautiful-dnd@4.0.0/dist/

🎉 1
juhoteperi 2018-01-13T08:26:16.000024Z

Based on the UMD module wrapper on the file, that only depends React

2018-01-13T08:27:39.000005Z

@juhoteperi oh that's perfect then. Thank you!