diff --git a/package.json b/package.json index 2aa56623cb..8a77157d81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "svelte", - "version": "3.53.1", - "description": "Cybernetically enhanced web apps", + "name": "svelte-ce", + "version": "0.0.1", + "description": "Modified svelte", "module": "index.mjs", "main": "index", "files": [ @@ -100,7 +100,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sveltejs/svelte.git" + "url": "https://github.com/roysland/svelte-ce.git" }, "keywords": [ "UI", @@ -111,7 +111,7 @@ "author": "Rich Harris", "license": "MIT", "bugs": { - "url": "https://github.com/sveltejs/svelte/issues" + "url": "https://github.com/roysland/svelte-ce/issues" }, "homepage": "https://svelte.dev", "devDependencies": {