Skip to content

Commit

Permalink
Update to NESM for compatibility with latest SDKs
Browse files Browse the repository at this point in the history
Fix eslint-config dependency
  • Loading branch information
mhofman committed Aug 13, 2021
1 parent b6b268b commit 6896aab
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 162 deletions.
4 changes: 2 additions & 2 deletions loadgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@agoric/ertp": "*",
"@agoric/eventual-send": "*",
"@agoric/install-ses": "*",
"@agoric/marshal": "^0.4.17",
"@agoric/marshal": "*",
"@agoric/notifier": "*",
"@agoric/store": "*",
"@agoric/ui-components": "^0.2.15",
"@agoric/ui-components": "*",
"@agoric/zoe": "*",
"esm": "^3.2.5"
},
Expand Down
2 changes: 0 additions & 2 deletions runner/bin/loadgen-runner

This file was deleted.

1 change: 1 addition & 0 deletions runner/bin/loadgen-runner
1 change: 1 addition & 0 deletions runner/lib/entrypoint.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/* global process */
// @ts-nocheck

Expand Down
5 changes: 3 additions & 2 deletions runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"parsers": {
"js": "mjs"
},
"type": "module",
"bin": "bin/loadgen-runner",
"scripts": {
"build": "exit 0",
Expand All @@ -20,7 +21,7 @@
"lint-fix:prettier": "prettier --write '**/*.{js,ts}'"
},
"devDependencies": {
"@agoric/eslint-config": "^0.3.6",
"@endo/eslint-config": "^0.3.9",
"@types/readline-transform": "^1.0.0",
"@types/yargs-parser": "^20.2.1",
"ava": "^3.13.0",
Expand All @@ -46,7 +47,7 @@
"license": "Apache-2.0",
"eslintConfig": {
"extends": [
"@agoric"
"@endo"
],
"rules": {
"prettier/prettier": "off"
Expand Down
Loading

0 comments on commit 6896aab

Please sign in to comment.