Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: update aegir (#216)
Browse files Browse the repository at this point in the history
Updates aegir and removes `tsconfig.json`.  The types for this module are pretty broken and are not generated from the source anyway, so remove the config temporarily - this will be fixed up at a later date as part of libp2p/js-libp2p#1021
  • Loading branch information
achingbrain authored Nov 29, 2021
1 parent 9088fd8 commit b792d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"aegir": "^33.0.0",
"aegir": "^36.0.2",
"benchmark": "^2.1.4",
"sinon": "^11.1.1",
"sinon": "^12.0.1",
"util": "^0.12.3"
},
"aegir": {
Expand All @@ -67,6 +67,12 @@
"engines": {
"node": ">=12.0.0"
},
"eslintConfig": {
"extends": "ipfs",
"ignorePatterns": [
"src/*.d.ts"
]
},
"repository": {
"type": "git",
"url": "https://github.com/libp2p/js-libp2p-crypto.git"
Expand Down
30 changes: 0 additions & 30 deletions tsconfig.json

This file was deleted.

0 comments on commit b792d48

Please sign in to comment.