Skip to content

feat: add types #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 5, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: try cborg as dev dep
  • Loading branch information
achingbrain committed Mar 4, 2021
commit c25d2ebc6edc70ece414fa0268abc8a017db8a0d
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major",
"coverage": "aegir test -t node --cov && nyc report --reporter=html",
"dep-check": "aegir dep-check",
"dep-check": "aegir dep-check -i cborg",
"docs": "aegir docs"
},
"repository": {
Expand All @@ -47,13 +47,13 @@
"devDependencies": {
"@types/bytes": "^3.1.0",
"@types/debug": "^4.1.5",
"@types/err-code": "^2.0.0",
"@types/memdown": "^3.0.0",
"@types/ncp": "^2.0.4",
"@types/proper-lockfile": "^4.1.1",
"@types/rimraf": "^3.0.0",
"aegir": "^31.0.1",
"assert": "^2.0.0",
"cborg": "^1.0.4",
"events": "^3.3.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
Expand Down