diff --git a/lerna.json b/lerna.json index be0057a6..a4a5a349 100644 --- a/lerna.json +++ b/lerna.json @@ -2,16 +2,12 @@ "packages": [ "packages/*" ], - "private": true, - "version": "independent", + "version": "0.1.0", "npmClient": "yarn", "useWorkspaces": true, "command": { - "publish": { - "registry": "http://localhost:5000" - }, "add": { "exact": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 42fad1c8..cc3aec88 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "prettier": "^2.5.1" }, "publishConfig": { - "registry": "http://localhost:5000" + "access": "public" } -} +} \ No newline at end of file diff --git a/packages/backend/README.md b/packages/backend/README.md index b2e54cd4..a1917ebc 100644 --- a/packages/backend/README.md +++ b/packages/backend/README.md @@ -1,6 +1,7 @@ # `backend` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/backend/package.json b/packages/backend/package.json index 3dd4401f..264404e9 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/backend", "version": "0.1.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "scripts": { "dev": "ts-node-dev src/server.ts", "worker": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/worker.ts", @@ -21,7 +21,7 @@ "prepack": "yarn build" }, "dependencies": { - "@automatisch/web": "0.1.0", + "@automatisch/web": "^0.1.0", "@bull-board/express": "^3.10.1", "@gitbeaker/node": "^35.6.0", "@graphql-tools/graphql-file-loader": "^7.3.4", @@ -99,7 +99,7 @@ "url": "https://github.com/automatisch/automatisch/issues" }, "devDependencies": { - "@automatisch/types": "0.1.0", + "@automatisch/types": "^0.1.0", "@types/bcrypt": "^5.0.0", "@types/bull": "^3.15.8", "@types/cors": "^2.8.12", @@ -129,5 +129,8 @@ "require": [ "ts-node/register" ] + }, + "publishConfig": { + "access": "public" } } diff --git a/packages/cli/README.md b/packages/cli/README.md index 8c2b8f9c..cfdf5166 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,6 +1,7 @@ # `@automatisch/cli` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/cli/package.json b/packages/cli/package.json index c3bccec4..c73357be 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/cli", "version": "0.1.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "contributors": [ { "name": "automatisch contributors", @@ -66,5 +66,8 @@ "bugs": { "url": "https://github.com/automatisch/automatisch/issues" }, - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "publishConfig": { + "access": "public" + } } diff --git a/packages/docs/package.json b/packages/docs/package.json index 1d376e96..c209084d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/docs", "version": "0.1.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "private": true, "scripts": { "dev": "vitepress dev pages --port 3002", diff --git a/packages/types/README.md b/packages/types/README.md index 0d99c26c..c916471d 100644 --- a/packages/types/README.md +++ b/packages/types/README.md @@ -1,6 +1,7 @@ # `@automatisch/types` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/types/package.json b/packages/types/package.json index 6f4120cd..5c7f5987 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -13,5 +13,8 @@ }, "bugs": { "url": "https://github.com/automatisch/automatisch/issues" + }, + "publishConfig": { + "access": "public" } } diff --git a/packages/web/package.json b/packages/web/package.json index 3583704c..9e5bb894 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -2,10 +2,10 @@ "name": "@automatisch/web", "version": "0.1.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "dependencies": { "@apollo/client": "^3.6.9", - "@automatisch/types": "0.1.0", + "@automatisch/types": "^0.1.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@hookform/resolvers": "^2.8.8", @@ -78,5 +78,8 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "publishConfig": { + "access": "public" } }