Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 27, 2020
1 parent 0a623ee commit 2b8c2a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
@@ -1,3 +1,4 @@
/*! snazzy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
const chalk = require('chalk')
const standardJson = require('standard-json')
const stream = require('readable-stream')
Expand Down
16 changes: 15 additions & 1 deletion package.json
Expand Up @@ -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"
}
]
}

0 comments on commit 2b8c2a7

Please sign in to comment.