sdk-javascript/postinstall/message.js

10 lines
302 B
JavaScript

// eslint-disable-next-line no-console
console.log("\x1b[1m\x1b[31m%s\x1b[0m",`
>>>> Thank you for using cloudevents-sdk! <<<<
Note: As of version 3.0.0, this project has been renamed to 'cloudevents'.
To use the latest version of this module, please run:
npm install cloudevents
`);