Skip to content

Commit

Permalink
fix: Add zcf extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 3, 2021
1 parent c60be87 commit 862aefe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultManagerType": "xs-worker",
"bundles": {
"zcf": {
"sourceSpec": "@agoric/zoe/contractFacet"
"sourceSpec": "@agoric/zoe/contractFacet.js"
}
},
"vats": {
Expand Down
2 changes: 1 addition & 1 deletion packages/swingset-runner/demo/swapBenchmark/swingset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultManagerType": "xs-worker",
"bundles": {
"zcf": {
"sourceSpec": "@agoric/zoe/contractFacet"
"sourceSpec": "@agoric/zoe/contractFacet.js"
}
},
"vats": {
Expand Down
2 changes: 1 addition & 1 deletion packages/swingset-runner/demo/zoeTests/swingset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"defaultManagerType": "xs-worker",
"bundles": {
"zcf": {
"sourceSpec": "@agoric/zoe/contractFacet"
"sourceSpec": "@agoric/zoe/contractFacet.js"
}
},
"vats": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vats/decentral-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bootstrap": "bootstrap",
"bundles": {
"zcf": {
"sourceSpec": "@agoric/zoe/contractFacet"
"sourceSpec": "@agoric/zoe/contractFacet.js"
}
},
"defaultManagerType": "xs-worker",
Expand Down

0 comments on commit 862aefe

Please sign in to comment.