Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add update-notifier to warn when using an old version of rdme (#…
…435) To test this out, you can replace the line in bin/rdme with the following: ``` updateNotifier({ pkg: { name: 'rdme', version: '1.0.0' }, updateCheckInterval: 0 }).notify(); ``` Example nabbed from here: https://github.com/yeoman/update-notifier/blob/HEAD/example.js
- Loading branch information