Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add postinstall banner pointing to Open Collective
  • Loading branch information
mroderick committed Jan 11, 2018
1 parent 5650f00 commit f1f8151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,8 @@
"prebuild": "rimraf pkg && npm run check-dependencies",
"prepublishOnly": "npm run build",
"preversion": "./scripts/preversion.sh",
"postversion": "./scripts/postversion.sh"
"postversion": "./scripts/postversion.sh",
"postinstall": "node -e \"console.log('\\u001b[32mLove sinon? You can now support the project via the open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/sinon/donate\\u001b[0m\\n')\" || exit 0"
},
"lint-staged": {
"*.js": "eslint",
Expand Down

0 comments on commit f1f8151

Please sign in to comment.