File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 28
28
"lint" : " eslint debug devtools src test" ,
29
29
"prepublish" : " npm run build" ,
30
30
"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" ,
31
- "release" : " cross-env npm run smart-release"
31
+ "release" : " cross-env npm run smart-release" ,
32
+ "postinstall" : " npm run -s donate" ,
33
+ "donate" : " echo \"\n *** Thanks for downloading Preact! ***\n Please consider donating to our open collective\n\n => https://opencollective.com/preact/donate\n\" "
32
34
},
33
35
"eslintConfig" : {
34
36
"extends" : " ./config/eslint-config.js"
Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ declare namespace JSX {
384
384
// Form Events
385
385
onChange ?:GenericEventHandler ;
386
386
onInput ?:GenericEventHandler ;
387
+ onSearch ?:GenericEventHandler ;
387
388
onSubmit ?:GenericEventHandler ;
388
389
389
390
// Keyboard Events
You can’t perform that action at this time.
0 commit comments