You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
298 B

#!/usr/bin/env node
/* eslint-disable */
/* Adapted from nodemon's postinstall: https://github.com/remy/nodemon/blob/master/package.json */
var msg =
'Use styled-components at work? Consider supporting our development efforts at https://opencollective.com/styled-components';
console.log(msg);