Skip to content

Commit

Permalink
slim down the OpenCollective post-install message and make it colorful
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jul 11, 2017
1 parent 429da73 commit 0948d4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"prepublish": "npm run build",
"smart-release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"release": "cross-env npm run smart-release",
"postinstall": "npm run -s donate",
"donate": "echo \"\n *** Thanks for downloading Preact! ***\nPlease consider donating to our open collective\n\n => https://opencollective.com/preact/donate\n\""
"postinstall": "echo \"\u001b[35m\u001b[1mLove Preact? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/preact/donate\u001b[39m\""
},
"eslintConfig": {
"extends": "./config/eslint-config.js"
Expand Down

0 comments on commit 0948d4d

Please sign in to comment.