Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

docs: fix circuit relaying example #1824

Merged
merged 2 commits into from
Jan 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions examples/circuit-relaying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
"ipfs-pubsub-room": "^1.4.0"
},
"devDependencies": {
"aegir": "^14.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lint npm script in this file uses aegir.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course!

"aegir": "^18.0.3",
"ipfs-css": "~0.2.0",
"parcel-bundler": "^1.6.2",
"tachyons": "^4.9.1"
}
},
"browserslist": [
">1%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}