kabisa / maji

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

Fix before_platform_add hook to be compatible with Cordova 9 #279

Closed ruisalgado closed 4 years ago

ruisalgado commented 4 years ago

Cordova 9 drops Q in favor of native promises.

Given that maji requires node engine 8 or higher, native promises will be there. Hook was tested against cordova 7 and remains backwards compatible.

pascalw commented 4 years ago

Nice, thanks! 👍