From c4315a2f73bf7b0c117a477ef9976e88bb839d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhamatti=20Niemel=C3=A4?= Date: Thu, 10 Oct 2019 21:13:48 +0300 Subject: [PATCH 1/2] fix: remove unused left-pad Remove unused `left-pad` dependency from `package.json`. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 76e2f3f..bd7c5ad 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "debug": "^4.1.1", "err-code": "^2.0.0", "interface-datastore": "~0.7.0", - "left-pad": "^1.3.0", "libp2p-crypto": "^0.16.2", "multihashes": "~0.4.14", "peer-id": "^0.12.2", From 658b87921a5b0d4e3d520f4fd8d7a2e0810aaaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhamatti=20Niemel=C3=A4?= Date: Sun, 13 Oct 2019 17:45:41 +0300 Subject: [PATCH 2/2] Remove commitlint Remove commitlint from `.travis.yml` as requested by @vasco-santos: https://github.com/ipfs/js-ipns/pull/30#pullrequestreview-300596784 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0d74ff..81499d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ jobs: include: - stage: check script: - - npx aegir commitlint --travis - npx aegir dep-check -- -i wrtc -i electron-webrtc - npm run lint