Skip to content

Commit

Permalink
fix: remove patch script
Browse files Browse the repository at this point in the history
No longer required since mysql2@3.6.5

see: sidorares/node-mysql2#2292
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Feb 27, 2024
1 parent 5d55f40 commit e3245f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"pretest": "node pretest.js",
"lint": "eslint .",
"test": "mocha test/*.test.js",
"posttest": "npm run lint",
"postinstall": "patch-package"
"posttest": "npm run lint"
},
"files": [
"intl",
Expand Down
20 changes: 0 additions & 20 deletions patches/mysql2+3.6.3.patch

This file was deleted.

0 comments on commit e3245f8

Please sign in to comment.