robbestad/react-iframe

Missing dependencies in package.json

Closed this issue · 2 comments

Im using JSPM to package your module but it has problems doing so because package.json does not declare 'prop-types' or 'object-assign' as either dependencies or peerDependencies. This results in a runtime error loading your module because JSPM cant include undeclared dependencies without some extra JSPM override config.

Would you consider accepting a P.R to correct this?

Thanks for the quick turn around. Closing as this is resolved via e04af2d