Skip to content

Commit 725782c

Browse files
committed
Merge branch 'release2.3.0'
2 parents 43531c6 + 2957229 commit 725782c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alastria-identity-lib",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A library to interact with alastria-identity smart contracts",
55
"main": "src/index.js",
66
"bin": {
@@ -9,7 +9,7 @@
99
"types": "dist/index.d.ts",
1010
"scripts": {
1111
"postinstall": "run-s build",
12-
"compile": "git clone --branch master 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",
12+
"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",
1313
"clean": "rimraf dist alastriaID-hardhat-contracts",
1414
"build": "run-s clean compile",
1515
"test": "mocha -r ts-node/register test/**/*.ts",

0 commit comments

Comments
 (0)