diff --git a/package.json b/package.json index 24f7f33..ff567aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/datasquirel", - "version": "4.7.9", + "version": "4.8.0", "description": "Cloud-based SQL data management tool", "main": "dist/index.js", "bin": { diff --git a/tsconfig.json b/tsconfig.json index 0a82e78..839ec7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,6 @@ } ] }, - "include": ["engine", "package-shared", "client", "test/v1"], + "include": ["engine", "package-shared", "client"], "exclude": ["node_modules", "dump", "dist"] }