diff --git a/index.js b/index.js index 861dae8..7b77628 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*! snazzy. MIT License. Feross Aboukhadijeh */ const chalk = require('chalk') const standardJson = require('standard-json') const stream = require('readable-stream') diff --git a/package.json b/package.json index 71be026..0867819 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,19 @@ }, "scripts": { "test": "standard --verbose | ./bin/cmd.js" - } + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }