Skip to content

Commit

Permalink
update doppelganger
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jul 7, 2021
1 parent d5a94c0 commit 5e70fba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the "solidity-visual-auditor" extension will be documented in this file.

## v0.0.18
- update: updated solidity doppelganger/regenerate patterns

## v0.0.17
- update: solidity parser to 0.13.2

Expand Down
8 changes: 4 additions & 4 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": "solidity-code-metrics",
"version": "0.0.17",
"version": "0.0.18",
"description": "Solidity Code Metrics",
"main": "src/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@solidity-parser/parser": "^0.13.2",
"sloc": "^0.2.1",
"solidity-doppelganger": "0.0.6",
"solidity-doppelganger": "0.0.7",
"surya": "^0.4.2"
}
}

0 comments on commit 5e70fba

Please sign in to comment.