fix: update links

Updated the link in readme to link to new website and link in package.json for moving to sern-handler repo.
This commit is contained in:
Peter-MJ-Parker
2023-02-22 00:42:49 -06:00
parent 6c58199e44
commit f961e1eeee
2 changed files with 28 additions and 26 deletions

View File

@@ -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"
}
]
}
}