From a69796d2819905ac740aa4b3366a9d6fe99bac58 Mon Sep 17 00:00:00 2001 From: praveen-mohan-cs Date: Tue, 20 Aug 2024 16:10:33 +0530 Subject: [PATCH 1/3] Updated new repo name --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 746baf6..7fda828 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/contentstack/contentstack-typescript-generation-library" + "url": "git+https://github.com/contentstack/types-generator" }, "keywords": [ "contentstack", @@ -24,9 +24,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/contentstack/contentstack-typescript-generation-library/issues" + "url": "https://github.com/contentstack/types-generator/issues" }, - "homepage": "https://github.com/contentstack/contentstack-typescript-generation-library", + "homepage": "https://github.com/contentstack/types-generator", "devDependencies": { "@types/jest": "^29.5.12", "@types/lodash": "^4.17.0", From 098799409619868197deb8186ed03746ed1e5d09 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Tue, 20 Aug 2024 16:24:56 +0530 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f99e9ee..ffb4ad0 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. From 6511389dc0c01c61889e9710939538281e98ab66 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Tue, 20 Aug 2024 16:28:16 +0530 Subject: [PATCH 3/3] Update LICENSE