Skip to content

Commit

Permalink
Merge 41921a3 into 052976d
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Sep 28, 2023
2 parents 052976d + 41921a3 commit e9477ac
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": "@safe-global/safe-core-protocol",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "Safe{Core} Protocol contracts",
"main": "dist/deployments.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
],
"homepage": "https://github.com/safe-global/safe-core-protocol",
"scripts": {
"build": "hardhat compile",
"build": "hardhat compile && npm run build:ts",
"test": "hardhat test",
"coverage": "hardhat coverage",
"fmt:sol": "prettier 'contracts/**/*.sol' -w",
Expand Down

0 comments on commit e9477ac

Please sign in to comment.