diff --git a/package.json b/package.json index f86c2e7e..de666ebe 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ ".ts" ], "exclude": [ - "**/*.test.ts" + "**/*.test.ts", + "**/test/*.ts" ] } } diff --git a/packages/sync/package.json b/packages/sync/package.json index 7ed0b76b..432107fd 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -1,6 +1,6 @@ { "name": "@aerogear/voyager-client", - "version": "2.5.0-dev.1", + "version": "2.5.0-dev.4", "description": "AeroGear Voyager GraphQL client", "main": "dist/index.js", "types": "types/index.d.ts",