Skip to content

Commit 3f60694

Browse files
authored
Update package.json
release v2.2.0
1 parent 0d67930 commit 3f60694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 --branch v2.2.0 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)