We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c7f1d commit 4a9aefcCopy full SHA for 4a9aefc
package.json
@@ -27,7 +27,9 @@
27
"lint": "eslint devtools src test",
28
"prepublish": "npm run build",
29
"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",
30
- "release": "cross-env npm run smart-release"
+ "release": "cross-env npm run smart-release",
31
+ "postinstall": "npm run -s donate",
32
+ "donate": "echo \"\n *** Thanks for downloading Preact! ***\nPlease consider donating to our open collective\n\n => https://opencollective.com/preact/donate\n\""
33
},
34
"eslintConfig": {
35
"extends": "./config/eslint-config.js"
0 commit comments