diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..3ecd790 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@rsksmart:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index bae0274..89f7883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rsksmart/btc-transaction-solidity-helper", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rsksmart/btc-transaction-solidity-helper", - "version": "0.0.1", + "version": "0.0.2", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^3.0.0", diff --git a/package.json b/package.json index 2d6f052..7d772be 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "@rsksmart/btc-transaction-solidity-helper", - "version": "0.0.1", + "version": "0.0.2", "description": "Solidity library with functions to work with Bitcoin transactions inside smart contracts", "main": "contracts", - "files": [ "contracts" ], + "files": [ + "contracts" + ], "scripts": { "test": "REPORT_GAS=true npx hardhat test", "test:coverage": "npx hardhat coverage",