File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " alastria-identity-lib" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.3.0 " ,
4
4
"description" : " A library to interact with alastria-identity smart contracts" ,
5
5
"main" : " src/index.js" ,
6
6
"bin" : {
9
9
"types" : " dist/index.d.ts" ,
10
10
"scripts" : {
11
11
"postinstall" : " run-s build" ,
12
- "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" ,
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" ,
13
13
"clean" : " rimraf dist alastriaID-hardhat-contracts" ,
14
14
"build" : " run-s clean compile" ,
15
15
"test" : " mocha -r ts-node/register test/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments