diff --git a/package.json b/package.json index a04848e2..03e4f914 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "shortest-monorepo", "private": true, "type": "module", "packageManager": "pnpm@9.7.1", diff --git a/packages/shortest/package.json b/packages/shortest/package.json index 1259ad07..6529a4bf 100644 --- a/packages/shortest/package.json +++ b/packages/shortest/package.json @@ -1,6 +1,6 @@ { "name": "@antiwork/shortest", - "version": "0.4.1", + "version": "0.4.2", "description": "AI-powered natural language end-to-end testing framework", "type": "module", "main": "./dist/index.js", @@ -64,9 +64,10 @@ "mailosaur": "^8.7.0", "playwright": "^1.48.2" }, - "author": "Antiwork", + "author": "Anti-Work", "license": "MIT", "repository": { + "directory": "packages/shortest", "type": "git", "url": "https://github.com/anti-work/shortest" },