Skip to content

Commit

Permalink
fix(top-level): remove depd patch-package workaround
Browse files Browse the repository at this point in the history
SES (in 'errorTaming: unsafe' mode) now tolerates the way that depd modifies
Error, and `install-ses` uses that mode. So now we can stop patching depd.

This reverts commit a8f1308.

closes #1229
  • Loading branch information
warner committed Jul 20, 2020
1 parent 4fe3c83 commit 354a3ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 579 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@
"lint-fix": "yarn workspaces run lint-fix",
"lint-check": "yarn workspaces run lint-check",
"test": "yarn workspaces run test",
"build": "yarn workspaces run build",
"postinstall": "patch-package"
"build": "yarn workspaces run build"
},
"dependencies": {
"@agoric/store": "^0.2.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0"
"@agoric/store": "^0.2.0"
}
}
Loading

0 comments on commit 354a3ae

Please sign in to comment.