Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rober12 committed Jun 20, 2024
1 parent 1654e33 commit bb2c8b0
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": "alastria-identity-lib",
"version": "2.1.1",
"version": "2.3.0",
"description": "A library to interact with alastria-identity smart contracts",
"main": "src/index.js",
"bin": {
Expand All @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"scripts": {
"postinstall": "run-s build",
"compile": "git clone --branch v2.2 https://github.com/alastria/alastriaID-hardhat-contracts.git && npm install --prefix alastriaID-hardhat-contracts && npm run compile --prefix alastriaID-hardhat-contracts && node src/configFile.js && tsc",
"compile": "git clone https://github.com/alastria/alastriaID-hardhat-contracts.git && npm install --prefix alastriaID-hardhat-contracts && npm run compile --prefix alastriaID-hardhat-contracts && node src/configFile.js && tsc",
"clean": "rimraf dist alastriaID-hardhat-contracts",
"build": "run-s clean compile",
"test": "mocha -r ts-node/register test/**/*.ts",
Expand Down

0 comments on commit bb2c8b0

Please sign in to comment.