Skip to content

Commit

Permalink
fix(deps): don't depend on ertp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 2, 2019
1 parent de5b6fe commit 97d5f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

```sh
agoric init dapp
# agoric init --ui=react dapp
cd dapp
agoric install
agoric start
agoric deploy
# Navigate to http://localhost:8000/
Expand Down
1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import chalk from 'chalk';
import parseArgs from 'minimist';
import fs from 'fs';
import { insist } from '../../ertp/util/insist';

const VERSION = 'Agoric 0.1.0';
const STAMP = '.agservers';
Expand Down

0 comments on commit 97d5f63

Please sign in to comment.