diff --git a/package-lock.json b/package-lock.json index d9549f01dce7d6bf365769c5792516bfb23907ce..79dccb84a5437add041075cc3380b6234d019fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@myuw-web-components/myuw-profile", + "name": "enrollment-profile", "version": "1.3.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index cb3174d2a05bd0a3d22a7e634701131f52491f0b..1feac97509b2c095d63208d9036ced6c651b8bce 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@myuw-web-components/myuw-profile", + "name": "enrollment-profile", "version": "1.3.1", "description": "Web component that provides an avatar button and profile menu", "module": "dist/myuw-profile.min.mjs", @@ -15,14 +15,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/myuw-web-components/myuw-profile.git" + "url": "git+https://git.doit.wisc.edu/adi-ia/enrollment-profile.git" }, "author": "", "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/myuw-web-components/myuw-profile/issues" - }, - "homepage": "https://github.com/myuw-web-components/myuw-profile#readme", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0",