diff --git a/package.json b/package.json index 68c400a..9b9b8c3 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,12 @@ { "name": "@moduletrace/datasquirel", - "version": "3.0.5", + "version": "3.0.6", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": { "dsql-watch": "./engine/dsql.js", "dsql-dump": "./engine/dump.js" }, - "exports": { - ".": "./index.js", - "./client": { - "default": "./client/index.js" - }, - "./dsql-utils": { - "default": "./package-shared/utils/index.js" - } - }, "scripts": { "delete-ts": "find . -name \"*.d.ts\" -type f -not -path \"./node_modules/*\" -delete", "compile": "find . -name \"*.d.ts\" -type f -not -path \"./node_modules/*\" -delete && tsc --declaration --allowJs --emitDeclarationOnly --resolveJsonModule index.js",