From f961e1eeeeaedbe9e13c45aabcec6da90868bf58 Mon Sep 17 00:00:00 2001 From: Peter-MJ-Parker <34216187+Peter-MJ-Parker@users.noreply.github.com> Date: Wed, 22 Feb 2023 00:42:49 -0600 Subject: [PATCH] fix: update links Updated the link in readme to link to new website and link in package.json for moving to sern-handler repo. --- README.md | 2 +- package.json | 52 +++++++++++++++++++++++++++------------------------- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 9914d2d..9be3083 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Use [sern](https://sern-handler.js.org) as your discord framework please. Thanks! <3 +Use [sern](https://sern.dev) as your discord framework please. Thanks! <3 ## Usage diff --git a/package.json b/package.json index a9224a9..628b1a7 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,29 @@ { - "name": "sern-snippets", - "displayName": "sern Snippets", - "description": "Snippets for the sern discord bot framework", - "version": "1.1.0", - "repository": {"url": "https://github.com/SrIzan10/sern-snippets"}, - "publisher": "SrIzan", - "icon": "icon.png", - "engines": { - "vscode": "^1.49.0" - }, - "categories": [ - "Snippets" - ], - "contributes": { - "snippets": [ - { - "language": "javascript", - "path": "./snippets/snippets.code-snippets" - }, - { - "language": "typescript", - "path": "./snippets/snippets.code-snippets" - } - ] - } + "name": "sern-snippets", + "displayName": "sern Snippets", + "description": "Snippets for the sern discord bot framework", + "version": "1.1.0", + "repository": { + "url": "https://github.com/sern-handler/snippets" + }, + "publisher": "SrIzan", + "icon": "icon.png", + "engines": { + "vscode": "^1.49.0" + }, + "categories": [ + "Snippets" + ], + "contributes": { + "snippets": [ + { + "language": "javascript", + "path": "./snippets/snippets.code-snippets" + }, + { + "language": "typescript", + "path": "./snippets/snippets.code-snippets" + } + ] + } }