Skip to content

Commit

Permalink
Fix: Added the missing "scripts/postinstall.js" file to the published…
Browse files Browse the repository at this point in the history
… package.
  • Loading branch information
pomek committed Dec 7, 2022
1 parent bf334d2 commit 7240f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
},
"files": [
"index.js",
"lib"
"lib",
"scripts/postinstall.js"
],
"lint-staged": {
"**/*.js": [
Expand Down

0 comments on commit 7240f72

Please sign in to comment.