Skip to content

Commit

Permalink
PP-271: Include contracts/test to allow the test execution (#42)
Browse files Browse the repository at this point in the history
* fix(pub): add contracts/test to allow the tests execution
* 0.0.2-alpha.6
* fix: don't ignore the test folder and make its declaration explicit
  • Loading branch information
antomor committed Jul 12, 2022
1 parent cf23b2a commit fef3f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rif-relay-contracts",
"version": "0.0.2-alpha.4",
"version": "0.0.2-alpha.6",
"description": "This project contains all the contracts needed for the rif relay system.",
"main": "dist/index.js",
"private": false,
Expand All @@ -26,8 +26,8 @@
"ignore": [
"!dist",
"!build",
"!test",
"src",
"test",
".github"
]
},
Expand Down

0 comments on commit fef3f81

Please sign in to comment.