Skip to content

Commit

Permalink
top-level: use 'patch-package' to work around depd-vs-SES
Browse files Browse the repository at this point in the history
We should remove this once endojs/endo#251 (Error.prepareStackTrace) is
fixed.
  • Loading branch information
warner committed Jun 19, 2020
1 parent 662182e commit d1249fc
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"packages/deployment",
"packages/notifier"
],
"dependencies": {
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
Expand All @@ -65,6 +69,7 @@
"lint-fix": "yarn workspaces run lint-fix",
"lint-check": "yarn workspaces run lint-check",
"test": "yarn workspaces run test",
"build": "yarn workspaces run build"
"build": "yarn workspaces run build",
"postinstall": "patch-package"
}
}
Loading

0 comments on commit d1249fc

Please sign in to comment.