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

Commit b792d48

Browse files
authoredNov 29, 2021
chore: update aegir (#216)
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
1 parent 9088fd8 commit b792d48

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed
 

‎package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"devDependencies": {
5656
"@types/mocha": "^9.0.0",
57-
"aegir": "^33.0.0",
57+
"aegir": "^36.0.2",
5858
"benchmark": "^2.1.4",
59-
"sinon": "^11.1.1",
59+
"sinon": "^12.0.1",
6060
"util": "^0.12.3"
6161
},
6262
"aegir": {
@@ -67,6 +67,12 @@
6767
"engines": {
6868
"node": ">=12.0.0"
6969
},
70+
"eslintConfig": {
71+
"extends": "ipfs",
72+
"ignorePatterns": [
73+
"src/*.d.ts"
74+
]
75+
},
7076
"repository": {
7177
"type": "git",
7278
"url": "https://github.com/libp2p/js-libp2p-crypto.git"

‎tsconfig.json

-30
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.