diff --git a/package.json b/package.json index 9c357a9f1..2152c5e77 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,6 @@ "build": "yarn compile && electron-builder build", "build:dir": "yarn build -- --dir -c.compression=store -c.mac.identity=null", "postinstall": "electron-builder install-app-deps", - "postmerge": "yarnhook", - "postcheckout": "yarnhook", - "postrewrite": "yarnhook", "precommit": "lint-staged", "lint": "eslint 'src/**/*.{js,jsx}' --fix", "format": "prettier 'src/**/*.{js,jsx,scss,json}' --write" @@ -108,8 +105,7 @@ "prettier": "^1.4.2", "sass-loader": "^6.0.6", "webpack": "^3.10.0", - "webpack-build-notifier": "^0.1.18", - "yarnhook": "^0.1.1" + "webpack-build-notifier": "^0.1.18" }, "resolutions": { "webpack/webpack-sources": "1.0.1" diff --git a/yarn.lock b/yarn.lock index fdaa8c2b5..f9f3e2e24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9467,13 +9467,6 @@ yargs@~3.10.0: decamelize "^1.0.0" window-size "0.1.0" -yarnhook@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/yarnhook/-/yarnhook-0.1.1.tgz#6e67757327e6390cb313f371bdc44ded7c5e047b" - dependencies: - execa "^0.8.0" - find-parent-dir "^0.3.0" - yauzl@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005"