Skip to content

Commit

Permalink
Merge pull request #41 from tomitribe/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
Dexmaster authored Sep 19, 2023
2 parents eea446a + 978a55c commit e503e3f
Show file tree
Hide file tree
Showing 25 changed files with 379 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: node_js
node_js:
- '16'
- '18'
- '20'
28 changes: 20 additions & 8 deletions dist/jwt-js-decode.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.cjs.min.js

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions dist/jwt-js-decode.es6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.es6.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.es6.min.js

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions dist/jwt-js-decode.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jwt-js-decode.pkg.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e503e3f

Please sign in to comment.