Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 280b133

Browse files
committed
fix: aegir
1 parent 5c7b497 commit 280b133

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"web-encoding": "^1.0.4"
3939
},
4040
"devDependencies": {
41-
"aegir": "github:ipfs/aegir#fix/ts-docs-update",
41+
"aegir": "^29.0.1",
4242
"benchmark": "^2.1.4"
4343
},
4444
"engines": {
@@ -50,7 +50,12 @@
5050
},
5151
"types": "dist/src/index.d.ts",
5252
"typesVersions": {
53-
"*": { "src/*": ["dist/src/*", "dist/src/*/index"] }
53+
"*": {
54+
"src/*": [
55+
"dist/src/*",
56+
"dist/src/*/index"
57+
]
58+
}
5459
},
5560
"contributors": [
5661
"David Dias <daviddias.p@gmail.com>",

0 commit comments

Comments
 (0)