Skip to content

Commit

Permalink
Merge pull request #9 from rsksmart/Stable-Test
Browse files Browse the repository at this point in the history
Stable test
  • Loading branch information
Luisfc68 authored Jan 31, 2024
2 parents b8ca499 + 4811328 commit 5b3391d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@rsksmart:registry=https://npm.pkg.github.com
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5b3391d

Please sign in to comment.