Closed daviferreira closed 9 years ago
Got this error when trying to run the examples on your input-autosize component:
var dependencies = Object.keys(pkg.dependencies); ^ TypeError: Object.keys called on non-object
This PR simply check for the existence of deps and peerDeps. Maybe we should also check for its type? Or just try/catch? :dancer:
Cheers!
:+1: thanks @daviferreira
Published as v0.7.3
Got this error when trying to run the examples on your input-autosize component:
This PR simply check for the existence of deps and peerDeps. Maybe we should also check for its type? Or just try/catch? :dancer:
Cheers!