chore: remove uneeded dep check exclusions

This commit is contained in:
Jacob Heun
2019-12-08 11:07:44 +01:00
parent a586efb5f7
commit 2c5183bd70

View File

@@ -22,7 +22,7 @@ jobs:
script:
# - npx aegir build --bundlesize
# Remove pull libs once ping is async
- npx aegir dep-check -- -i wrtc -i electron-webrtc -i pull-handshake -i pull-stream
- npx aegir dep-check -- -i pull-handshake -i pull-stream
- npm run lint
- stage: test