From 0019073d0d4ebfd7e7cefb4433bb4b01f89fdcb6 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 11 Mar 2024 16:22:58 +0100 Subject: [PATCH 1/2] docs: Update wording in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d36114e7d..a777c1f83 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ UI5 linter is a static code analysis tool for UI5 projects. It checks JavaScript, XML, JSON, and other files in your project and reports findings. -Currently, it identifies deprecated API usage, global variables, and more to prepare your project for [UI5 2.0](https://community.sap.com/t5/open-source-blogs/introducing-openui5-2-x/ba-p/13580633). +Currently, it identifies deprecated API usage, global variables, and more to prepare your project for [UI5 2.x](https://community.sap.com/t5/open-source-blogs/introducing-openui5-2-x/ba-p/13580633). ## Requirements From 8eaa065c98507ea6470a4c16d27a14d0edf87130 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 11 Mar 2024 16:34:53 +0100 Subject: [PATCH 2/2] docs: Update package name and description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bb080047..5d60c6308 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@sap/ui5-linter", + "name": "@ui5/linter", "version": "0.0.1", - "description": "Work in Progress", + "description": "A static code analysis tool for UI5", "author": { "name": "SAP SE", "email": "openui5@sap.com",