diff --git a/.gitignore b/.gitignore index 35ac33e..0a52377 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules package-lock.json .test -dist +dist/ diff --git a/package.json b/package.json index 54879ce..ed70bb8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/justsomederpystuff/activitysdk.git" + "url": "git+https://github.com/UserUNP/activitysdk-ts.git" }, "files": [ "./dist", "./src", @@ -24,7 +24,7 @@ "author": "big nutty", "license": "MIT", "bugs": { - "url": "https://github.com/justsomederpystuff/activitysdk/issues" + "url": "https://github.com/UserUNP/activitysdk-ts/issues" }, - "homepage": "https://github.com/justsomederpystuff/activitysdk#readme" + "homepage": "https://github.com/UserUNP/activitysdk-ts" }