Update notifications for your Alfred workflow

Install
$ npm install --save alfred-notifier
Usage
Simple example
const alfredNotifier = ; ;
Comprehensive example
const alfy = ;const alfredNotifier = ; // Checks for available update and updates the `info.plist`; alfy;
API
alfredNotifier()
Checks if there is an available update. If an update is available, it will add a message as subtext of your workflow.
License
MIT © Sam Verschueren