diff --git a/package.json b/package.json index 9c69139..e9efc37 100644 --- a/package.json +++ b/package.json @@ -2,17 +2,13 @@ "name": "warp-companion", "displayName": "warp-companion", "description": "Warp-Companion synchronizes your VS-Code Theme with Warp ✨", - "version": "1.0.1", + "version": "1.0.2", "icon": "png/icon.png", "engines": { "vscode": "^1.70.0" }, - "categories": [ - "Other" - ], - "activationEvents": [ - "onStartupFinished" - ], + "categories": ["Other"], + "activationEvents": ["onStartupFinished"], "main": "./dist/extension.js", "scripts": { "vscode:prepublish": "yarn run package", @@ -41,7 +37,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/trbnhck/warp-companion.git" + "url": "https://github.com/haackt/warp-companion.git" }, "license": "MIT", "publisher": "haack" diff --git a/src/utils.ts b/src/utils.ts index a037017..a7c064c 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -17,7 +17,7 @@ export async function welcomeMessage() { 'Learn more about it 🔗' ) .then(() => { - vscode.env.openExternal(vscode.Uri.parse('https://github.com/trbnhck/warp-companion#issues')); + vscode.env.openExternal(vscode.Uri.parse('https://github.com/haackt/warp-companion#issues')); }); }, 10000); }