Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vow): include vat.js in package files (#9607)
## Problem ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../node_modules/@agoric/vow/vat.js' imported from .../contract/test/test-contract.js ``` ### Testing Considerations This manual test passes with this PR but fails without it: ```console ~/projects/agoric-sdk/packages/vow$ yarn pack ~/projects/agoric-sdk/packages/vow$ tar tf *.tgz |grep vat package/vat.js ```
- Loading branch information