From 9f916dbcbc05fc4b5004288e46ac2329eeb066ee Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 15 Apr 2021 16:10:25 +0100 Subject: [PATCH] chore: remove peer deps (#115) Co-authored-by: Vasco Santos --- .github/workflows/main.yml | 1 + package.json | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98aa69b66f..0fb47de08a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} + - run: npm install @mapbox/node-pre-gyp -g - run: npm install - run: npx aegir test -t node --cov --bail - uses: codecov/codecov-action@v1 diff --git a/package.json b/package.json index c66317734e..f242699c7c 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,6 @@ "time-cache": "^0.3.0", "uint8arrays": "^2.1.4" }, - "peerDependencies": { - "libp2p": "^0.30.0" - }, "contributors": [ "David Dias ", "Vasco Santos ",