Skip to content

Commit

Permalink
Add npm postinstall funding message
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Jun 5, 2024
1 parent 6c7741c commit 6acf024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node/funding.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('✨ Thanks for using zeroclick! Consider sponsoring if you like the library: https://github.com/sponsors/xavierfoucrier.');
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"build": "microbundle --no-sourcemap",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky"
"prepare": "husky",
"postinstall": "node .node/funding.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studiomotio/zeroclick.git"
},
"files": [
".node/funding.js",
"dist"
],
"keywords": [
Expand Down

0 comments on commit 6acf024

Please sign in to comment.