Skip to content

Commit

Permalink
fix: downgrade axios to fix end-of-file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Dec 19, 2022
1 parent b5a1425 commit 1a93c63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol2uml",
"version": "2.4.0",
"version": "2.4.1",
"description": "Solidity contract visualisation tool.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@aduh95/viz.js": "^3.7.0",
"@solidity-parser/parser": "^0.14.5",
"axios": "^1.2.1",
"axios": "^1.1.3",
"axios-debug-log": "^1.0.0",
"cli-color": "^2.0.3",
"commander": "^9.4.1",
Expand Down

0 comments on commit 1a93c63

Please sign in to comment.