Skip to content

Commit f5bbcc8

Browse files
authored
bump version and remove AST_COMPARE=true (#153)
1 parent e5f274b commit f5bbcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "prettier-plugin-solidity",
3-
"version": "1.0.0-alpha.23",
3+
"version": "1.0.0-alpha.24",
44
"description": "prettier plugin for solidity",
55
"main": "src",
66
"scripts": {
7-
"coverage": "AST_COMPARE=true codecov",
7+
"coverage": "codecov",
88
"eslint": "eslint --ignore-pattern 'src/prettier-comments/**' 'src/**'",
99
"lint": "npm run eslint && npm run prettier -- --list-different",
1010
"lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",

0 commit comments

Comments
 (0)