Skip to content

Commit

Permalink
chore: bump package version to 1.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 25, 2023
1 parent 000d5c0 commit 89a28ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-jsonrpc-gateway",
"version": "1.7.24",
"version": "1.7.25",
"description": "A Web3 provider that handles accounts on its own but delegates chain queries to a 3rd party service",
"main": "dist/bin/w3gw.js",
"files": [
Expand All @@ -18,7 +18,7 @@
"w3gw-reef": "dist/bin/reef/index.js"
},
"scripts": {
"ci": "yarn build && yarn lint && yarn test",
"ci": "yarn build && yarn test",
"test": "jest --passWithNoTests",
"lint": "prettier-standard --format",
"build": "tsc --build src",
Expand Down

0 comments on commit 89a28ac

Please sign in to comment.