File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You may add the command script to your package.json file and then use `npm run s
44444 ) Low level ` call ` now returns 2 parameters rather than 1. This plugin does not rafactor it.
4545
4646### Known bugs
47- 1 ) Incomplete tupples like ` (hello, ) ` get incorrectly refactored to ` (hello) ` .
47+ None. Please report the bugs you may find .
4848
4949### TODO
50501 ) Add test cases.
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier-plugin-solidity-refactor" ,
3- "version" : " 1.0.0-alpha.12 " ,
3+ "version" : " 1.0.0-alpha.13 " ,
44 "description" : " prettier plugin for solidity that refactors solidity 0.4.x code to solidity 0.5.x code" ,
55 "main" : " src" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ prettier@^1.15.3:
5757 resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a"
5858 integrity sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==
5959
60- solidity-parser-antlr@^0.3.3 :
61- version "0.3.3 "
62- resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.3.3 .tgz#0352e35f914095daa7eef9f3a55cf8074e28cc5b "
63- integrity sha512-RNUc18pjf7DLWs//WF+V+VnvrbetEbNFUYxm2JFbXU62G9WSu+nVyDxV5r+FG4wu8jom17vLdM/3I7bMBGfZ9g ==
60+ solidity-parser-antlr@^0.4.0 :
61+ version "0.4.0 "
62+ resolved "https://registry.yarnpkg.com/solidity-parser-antlr/-/solidity-parser-antlr-0.4.0 .tgz#005f38c396ca23cf7aada9b1a10d875176788201 "
63+ integrity sha512-RrIsh5VoHmrMQia6yLY8u8rx3JPREhSiCFz4Xb0h1Oh0prUYU2ukyWO8gG892V0UMHIXCWqvdZ3wSctNwdWThg ==
6464
6565string-width@^3.0.0 :
6666 version "3.0.0"
You can’t perform that action at this time.
0 commit comments