dpa99c / cordova-custom-config

Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml
318 stars 84 forks source link

feat: update plist depency tonpm repository #151

Closed ggggr closed 5 years ago

ggggr commented 5 years ago

Hi,

this is a really nice & useful plugin. However, is it possible to change the plist dependcy from "plist": "xiangpingmeng/plist.js" to "plist": "^3.0.1".

It will be resolve directy without doing a ssh to the github repo xiangpingmeng/plist.js.

Thanks,

dpa99c commented 5 years ago

Looks like https://github.com/TooTallNate/plist.js/pull/84 fixed this, so I'll switch back to plist@3.0.1 and push out a patch release.

dpa99c commented 5 years ago

Published in cordova-custom-config@5.0.3

ggggr commented 5 years ago

Thanks!