diff --git a/package.json b/package.json index b4912ab1..ed62aa00 100644 --- a/package.json +++ b/package.json @@ -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, @@ -26,8 +26,8 @@ "ignore": [ "!dist", "!build", + "!test", "src", - "test", ".github" ] },