Skip to content

Commit 1ae81fd

Browse files
authored
Merge pull request #176 from alastria/fix/version_compile
Fix version
2 parents 01f0d1e + 359e12a commit 1ae81fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)