Skip to content

Commit 3e18fcf

Browse files
committed
Remove postinstall script
1 parent 7879102 commit 3e18fcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-click-away-listener",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
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,7 +14,6 @@
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'",
1817
"build": "npm run cleanup && npm-run-all build:*",
1918
"report-coverage": "cat ./coverage/lcov.info | coveralls",
2019
"prettier": "prettier --write '{src,__tests__}/*.tsx'",

0 commit comments

Comments
 (0)