Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Nov 13, 2020
1 parent b26f627 commit ad08c79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/zoe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"@agoric/swingset-vat": "^0.10.0",
"ava": "^3.12.1",
"esm": "^3.2.25",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"ses": "^0.11.0"
},
"files": [
"src/",
Expand Down Expand Up @@ -111,6 +112,15 @@
"no-unused-expressions": "off",
"no-loop-func": "off",
"no-inner-declarations": "off",
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"test/**/*.js",
"scripts/**/*.js"
]
}
],
"import/prefer-default-export": "off",
"jsdoc/no-undefined-types": "off",
"jsdoc/require-jsdoc": "off",
Expand Down
1 change: 1 addition & 0 deletions packages/zoe/scripts/build-zcfBundle.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'ses';
import fs from 'fs';
import process from 'process';
import bundleSource from '@agoric/bundle-source';
Expand Down

0 comments on commit ad08c79

Please sign in to comment.