Skip to content

Commit

Permalink
update solidity-metrics/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jul 7, 2021
1 parent 0908967 commit c49bfce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v0.0.19
- update: solidity-metrics / solidity parser

## v0.0.18
- fix: exported metrics report does not render in browser - #10

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "solidity-metrics",
"displayName": "Solidity Metrics",
"description": "Solidity Metrics",
"version": "0.0.18",
"version": "0.0.19",
"keywords": [
"code",
"metrics",
Expand Down Expand Up @@ -95,10 +95,10 @@
"build:web": "webpack --entry ./websrc/main.js -o ./content/ --mode='production'"
},
"dependencies": {
"solidity-code-metrics": "^0.0.16"
"solidity-code-metrics": "0.0.18"
},
"devDependencies": {
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
"webpack": "^5.43.0",
"webpack-cli": "^4.7.2"
}
}

0 comments on commit c49bfce

Please sign in to comment.