Skip to content

Commit 8bf723c

Browse files
committed
Add postinstall script
1 parent 3eb958a commit 8bf723c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-click-away-listener",
3-
"version": "1.4.1",
3+
"version": "1.4.3",
44
"description": "A simple click away listener built with React Hooks",
55
"main": "dist/react-click-away-listener.js",
66
"module": "dist/react-click-away-listener.es.js",
@@ -14,6 +14,7 @@
1414
"build:rollup": "rollup -c rollup.config.js",
1515
"build:declaration": "tsc",
1616
"cleanup": "rimraf dist",
17+
"postinstall": "echo 'Thanks for installing the package.\nPlease help spread the word to end SARS in my country https://en.wikipedia.org/wiki/End_SARS'",
1718
"build": "npm run cleanup && npm-run-all build:*",
1819
"report-coverage": "cat ./coverage/lcov.info | coveralls",
1920
"prettier": "prettier --write '{src,__tests__}/*.tsx'",

0 commit comments

Comments
 (0)