diff --git a/package.json b/package.json index 7ab4a43e1..4803031ff 100644 --- a/package.json +++ b/package.json @@ -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",