Skip to content

Commit

Permalink
Move punycode.js from devDependencies to dependencies (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon authored Mar 16, 2024
1 parent 1a8d995 commit ba30d26
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fido2-lib",
"version": "3.5.2",
"version": "3.5.3",
"description": "A library for performing FIDO 2.0 / WebAuthn functionality",
"type": "module",
"main": "dist/main.cjs",
Expand Down Expand Up @@ -45,8 +45,7 @@
"gh-pages": "^5.0.0",
"jsdoc": "^4.0.2",
"mocha": "^10.3.0",
"rollup": "^3.25.1",
"punycode.js": "^2.3.1"
"rollup": "^3.25.1"
},
"dependencies": {
"@hexagon/base64": "~1.1.28",
Expand All @@ -55,7 +54,8 @@
"cbor-x": "~1.5.8",
"jose": "^4.15.5",
"pkijs": "~3.0.15",
"tldts": "~6.1.11"
"tldts": "~6.1.11",
"punycode.js": "^2.3.1"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit ba30d26

Please sign in to comment.