MCPcopy
hub / github.com/reapp/reapp / upgadeMessage

Function upgadeMessage

lib/checkIsReapp.js:54–59  ·  view source on GitHub ↗
(user, cur)

Source from the content-addressed store, hash-verified

52}
53
54function upgadeMessage(user, cur) {
55 console.log("Steps to upgrade:".bold);
56 console.log('- Read upgrade instructions:');
57 console.log(' https://github.com/reapp/reapp/blob/master/UPGRADE.md', "\n");
58 console.log('Once you\'ve made those changes, set "reapp": "%s" in your package.json', MAJOR_VERSION, "\n");
59}

Callers 1

checkReappVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected