Skip to content

Commit

Permalink
top-level: use patch-package to fix depd-vs-SES incompatibility
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 21, 2020
1 parent f06c4a3 commit 093ab3a
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@
"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"
},
"dependencies": {
"@agoric/store": "^0.1.2"
"@agoric/store": "^0.1.2",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
}
}
Loading

0 comments on commit 093ab3a

Please sign in to comment.