Skip to content

Commit

Permalink
Add funding to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Nov 7, 2019
1 parent 4bd8366 commit 8ee9126
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
"generate": "npm run generate:small && npm run generate:madge",
"generate:small": "bin/cli.js --image /tmp/simple.svg test/cjs/circular/a.js",
"generate:madge": "bin/cli.js --image /tmp/madge.svg bin lib",
"test:output": "./test/output.sh",
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Madge? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/madge/donate\\u001b[0m')\""
"test:output": "./test/output.sh"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/madge"
},
"collective": {
"type": "opencollective",
Expand Down

0 comments on commit 8ee9126

Please sign in to comment.