File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " alastria-identity-lib" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " A library to interact with alastria-identity smart contracts" ,
55 "main" : " src/index.js" ,
66 "bin" : {
99 "types" : " dist/index.d.ts" ,
1010 "scripts" : {
1111 "postinstall" : " run-s build" ,
12- "compile" : " git clone --branch develop https://github.com/alastria/alastriaID-truffle-contracts.git && npm install --prefix alastriaID-truffle-contracts && npm run compile --prefix alastriaID-truffle-contracts && node src/configFile.js && tsc" ,
12+ "compile" : " git clone --branch v2.1.1 https://github.com/alastria/alastriaID-truffle-contracts.git && npm install --prefix alastriaID-truffle-contracts && npm run compile --prefix alastriaID-truffle-contracts && node src/configFile.js && tsc" ,
1313 "clean" : " rimraf dist alastriaID-truffle-contracts" ,
1414 "build" : " run-s clean compile" ,
1515 "test" : " mocha -r ts-node/register test/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments