Skip to content

Commit 5d222a7

Browse files
Remove patches
1 parent 220d2e8 commit 5d222a7

File tree

3 files changed

+1
-315
lines changed

3 files changed

+1
-315
lines changed

package-lock.json

Lines changed: 0 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"publish-linux": "npm run postinstall && npm run build && electron-builder build --linux --publish always",
1919
"publish-mac": "npm run postinstall && npm run build && electron-builder build --mac --publish always",
2020
"publish-win": "npm run postinstall && npm run build && electron-builder build --win --x64 --publish always",
21-
"postinstall": "patch-package && electron-builder install-app-deps",
21+
"postinstall": "electron-builder install-app-deps",
2222
"precommit": "npm run lint",
2323
"prettier-check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,scss,json,yml}\"",
2424
"prettier-fix": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,json,yml}\"",
@@ -196,7 +196,6 @@
196196
"mini-css-extract-plugin": "0.11.0",
197197
"opencollective-postinstall": "^2.0.1",
198198
"optimize-css-assets-webpack-plugin": "^6.0.1",
199-
"patch-package": "^6.4.7",
200199
"prettier": "^2.4.1",
201200
"rimraf": "^2.6.3",
202201
"sass": "^1.41.1",

0 commit comments

Comments
 (0)