kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Make shelljs a “runtime” dependency #280

Closed ruisalgado closed 4 years ago

ruisalgado commented 4 years ago

It needs to be available transitively to peers, as they will execute the cordova hook which needs the dependency. Lack of transitivity went unnoticed at first due to the local use of “linked” dependencies.