react-table/scripts/postinstall.js
2020-04-01 11:48:44 -06:00

11 lines
193 B
JavaScript

#!/usr/bin/env node
var msg = `
👩‍💻 Use react-table at work?
🎉 Consider sponsoring/supporting its development at:
https://github.com/sponsors/tannerlinsley
`
console.log(msg)