From fcd94382bc16fabf222ec3d3b9455ccc34884d58 Mon Sep 17 00:00:00 2001 From: Louis Kuczykowski Date: Tue, 13 Feb 2024 21:25:23 -0500 Subject: [PATCH 1/2] Added the correct publisher and version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d777cf4..d5d851e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-labyrinth", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-labyrinth", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.3", diff --git a/package.json b/package.json index a2c47b1..47fe3ee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React Component Type hierarchy tree visualization tool", "version": "1.0.0", "icon": "./media/reactLabyrinthFinal.png", - "publisher": "ReactLabyrinthDev", + "publisher": "React Labyrinth", "preview": false, "engines": { "vscode": "^1.85.1" From a67594bde3094835a40fbe65a2be43b9d9f315c3 Mon Sep 17 00:00:00 2001 From: Louis Kuczykowski Date: Tue, 13 Feb 2024 21:45:43 -0500 Subject: [PATCH 2/2] Added the correct publisher id --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47fe3ee..bf3e8fc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React Component Type hierarchy tree visualization tool", "version": "1.0.0", "icon": "./media/reactLabyrinthFinal.png", - "publisher": "React Labyrinth", + "publisher": "react-labyrinth", "preview": false, "engines": { "vscode": "^1.85.1"