Your library uses babel-traverse and babylon dependencies, but they are not listed in your package.json, so I have to add these dependencies explicitly to my project's package.json to build my project without errors.
This PR adds babel-traverse and babylon dependencies to package.json.
Hi!
Your library uses
babel-traverse
andbabylon
dependencies, but they are not listed in yourpackage.json
, so I have to add these dependencies explicitly to my project'spackage.json
to build my project without errors.This PR adds
babel-traverse
andbabylon
dependencies topackage.json
.Thanks.