Skip to content

Commit f23d99b

Browse files
author
Alan Shaw
authored
chore: move aegir to devDependencies (ipfs#398)
1 parent 4c58485 commit f23d99b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
},
3737
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
3838
"dependencies": {
39-
"aegir": "^17.0.1",
4039
"async": "^2.6.1",
4140
"big.js": "^5.2.2",
4241
"bl": "^2.1.2",
@@ -65,6 +64,9 @@
6564
"pull-stream": "^3.6.9",
6665
"pump": "^3.0.0"
6766
},
67+
"devDependencies": {
68+
"aegir": "^17.0.1"
69+
},
6870
"contributors": [
6971
"Alan Shaw <alan.shaw@protocol.ai>",
7072
"Alan Shaw <alan@tableflip.io>",

0 commit comments

Comments
 (0)