Skip to content

Commit

Permalink
fix: move required libs to dependencies instead of devDependencies (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosh86 authored Mar 29, 2023
1 parent f8765a9 commit 7a7716f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@stablelib/x25519": "^1.0.3",
"@types/antlr4": "^4.11.2",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
Expand Down Expand Up @@ -77,7 +76,6 @@
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.29.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
Expand Down Expand Up @@ -130,11 +128,13 @@
"@stablelib/sha256": "^1.0.1",
"@stablelib/uuid": "^1.0.2",
"@stablelib/wipe": "^1.0.1",
"@stablelib/x25519": "^1.0.3",
"antlr4ts": "^0.5.0-alpha.4",
"axios": "^1.3.4",
"bip32": "^2.0.6",
"bn.js": "^5.2.1",
"crypto": "^1.0.1",
"core-js": "^3.29.1",
"did-jwt": "^6.11.5",
"did-resolver": "^4.1.0",
"didcomm": "^0.4.0",
Expand Down

0 comments on commit 7a7716f

Please sign in to comment.