From c58f5a45224dd9a64e4ad43374a015783a352f26 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Sep 2023 14:17:10 +0200 Subject: [PATCH 1/2] chore: add package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000000..cd051445e3 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "private": true, + "name": "@appwrite.io/repo", + "version": "0.0.0", + "description": "> Great news! Appwrite Cloud is now in public beta! Sign up at [cloud.appwrite.io](https://cloud.appwrite.io) for a hassle-free, hosted experience. Join us in the Cloud today! ☁️🎉", + "repository": { + "type": "git", + "url": "git+https://github.com/appwrite/appwrite.git" + } +} \ No newline at end of file From c1b0ef206b398e8343ef764a227a604b80504d6c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Sep 2023 14:20:46 +0200 Subject: [PATCH 2/2] chore: remove unused props from package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index cd051445e3..6e32c7d515 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,6 @@ { "private": true, "name": "@appwrite.io/repo", - "version": "0.0.0", - "description": "> Great news! Appwrite Cloud is now in public beta! Sign up at [cloud.appwrite.io](https://cloud.appwrite.io) for a hassle-free, hosted experience. Join us in the Cloud today! ☁️🎉", "repository": { "type": "git", "url": "git+https://github.com/appwrite/appwrite.git"