From 8a50f5a0e703511990c7dc08dcf0682953688445 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 26 Nov 2018 11:48:33 +0000 Subject: [PATCH 1/2] chore: move aegir to devDependencies --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 172a9ca01..c2b673db8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ }, "homepage": "https://github.com/ipfs/interface-ipfs-core#readme", "dependencies": { - "aegir": "^17.0.1", "async": "^2.6.1", "big.js": "^5.2.2", "bl": "^2.1.2", @@ -65,6 +64,9 @@ "pull-stream": "^3.6.9", "pump": "^3.0.0" }, + devDependencies: { + "aegir": "^17.0.1" + }, "contributors": [ "Alan Shaw ", "Alan Shaw ", From 8183386fb184dd7b65b38d91c4734c2696f9c5ed Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 26 Nov 2018 11:49:21 +0000 Subject: [PATCH 2/2] fix: JSON has quotes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2b673db8..cec515ac7 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "pull-stream": "^3.6.9", "pump": "^3.0.0" }, - devDependencies: { + "devDependencies": { "aegir": "^17.0.1" }, "contributors": [