From 85484c6dc3ea2eb99614d2b63f6d26bd383e1369 Mon Sep 17 00:00:00 2001 From: Aaron de Mello <314152+AaronDDM@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:43:29 -0400 Subject: [PATCH 1/4] Fixed repo title in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d5b12..9603863 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nylas Web +# Nylas JavaScript > Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform @@ -84,4 +84,4 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi --- -*Built with ❤️ by the Nylas team and open source contributors.* \ No newline at end of file +*Built with ❤️ by the Nylas team and open source contributors.* From 80d3ba2073a0bd0430e4404eac1f8d92085899d2 Mon Sep 17 00:00:00 2001 From: Aaron de Mello <314152+AaronDDM@users.noreply.github.com> Date: Thu, 18 Sep 2025 10:47:02 -0400 Subject: [PATCH 2/4] Removed the quickstart section as it doesn't really help. --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 9603863..4d5f9eb 100644 --- a/README.md +++ b/README.md @@ -27,23 +27,6 @@ npm install @nylas/connect --- -*More packages coming soon! This repository will expand to include additional Nylas integration tools and utilities.* - -## 🚀 Quick Start - -1. **Install a package** - ```bash - npm install @nylas/connect - ``` - -2. **Follow the package documentation** - - Each package has comprehensive documentation in its README - - Examples and guides are included - -3. **Get your Nylas credentials** - - Sign up at [nylas.com](https://nylas.com) - - Get your Client ID from the [Nylas Dashboard](https://dashboard.nylas.com) - ## 🛠 Development This is a monorepo managed with **pnpm workspaces**. From 164e1ed902f273aed92ce58f6d294314d4bd5612 Mon Sep 17 00:00:00 2001 From: Aaron de Mello <314152+AaronDDM@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:01:01 -0400 Subject: [PATCH 3/4] Removed support email --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4d5f9eb..5ded482 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi - **📚 Documentation**: [developer.nylas.com](https://developer.nylas.com) - **💬 Community**: [Forums](https://forums.nylas.com) - **🐛 Issues**: [GitHub Issues](https://github.com/nylas/web/issues) -- **✉️ Email**: support@nylas.com --- From 5eeabc68f0d8db9de660e4a7dea00c55718a96e7 Mon Sep 17 00:00:00 2001 From: Aaron de Mello <314152+AaronDDM@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:25:52 -0400 Subject: [PATCH 4/4] Update package.json name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d6869c..8967230 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@nylas/web", + "name": "@nylas/javascript", "version": "1.0.0", "description": "Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform", "type": "module",