Skip to content

Commit

Permalink
fix(vow): include vat.js in package files (#9607)
Browse files Browse the repository at this point in the history
## 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
mergify[bot] committed Jun 28, 2024
2 parents cbe061c + b6ffa6f commit a3826e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"author": "Agoric",
"license": "Apache-2.0",
"files": [
"*.js",
"src"
],
"publishConfig": {
Expand Down

0 comments on commit a3826e9

Please sign in to comment.