javascript-obfuscator / react-native-obfuscating-transformer

Obfuscation for React Native bundles
MIT License
196 stars 100 forks source link

Add missing dependencies to package.json #11

Closed maksim-tolo closed 4 years ago

maksim-tolo commented 5 years ago

Hi!

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.

Thanks.