Skip to content

Commit

Permalink
feat(crypto): use isomorphic-webcrypto (#29)
Browse files Browse the repository at this point in the history
* feat(crypto): use isomorphic-webcrypto

chore: make linter happy

feat(crypto): use isomorphic-webcrypto

feat(crypto): use Uint8Array instead of Buffer

* fix(ci): drop support for node 10
  • Loading branch information
amine7536 committed Nov 7, 2020
1 parent ca62de5 commit 185e8cc
Show file tree
Hide file tree
Showing 10 changed files with 365 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
node-version: [12.x, 13.x, 14.x, 15.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
module.exports = { extends: ['@commitlint/config-conventional'] };

0 comments on commit 185e8cc

Please sign in to comment.