diff --git a/packages/elc-ui/package.json b/packages/elc-ui/package.json index 284c991..28449b1 100644 --- a/packages/elc-ui/package.json +++ b/packages/elc-ui/package.json @@ -14,7 +14,7 @@ "postinstall": "npm run build" }, "repository": { - "url": "git+https://github.com/WSDOT-GIS/elc-ui.git", + "url": "git+https://github.com/WSDOT-GIS/elc-js.git", "type": "git", "directory": "packages/elc-ui" }, @@ -29,9 +29,9 @@ }, "license": "Unlicense", "bugs": { - "url": "https://github.com/WSDOT-GIS/elc-ui/issues" + "url": "https://github.com/WSDOT-GIS/elc-js/issues" }, - "homepage": "https://github.com/WSDOT-GIS/elc-ui#readme", + "homepage": "https://github.com/WSDOT-GIS/elc-js/tree/master/packages/elc-ui#readme", "dependencies": { "wsdot-elc": "^4.0.0" }, diff --git a/packages/wsdot-elc/package.json b/packages/wsdot-elc/package.json index 1d576f1..24aaf30 100644 --- a/packages/wsdot-elc/package.json +++ b/packages/wsdot-elc/package.json @@ -41,7 +41,7 @@ "bugs": { "url": "https://github.com/WSDOT-GIS/elc-js/issues" }, - "homepage": "https://github.com/WSDOT-GIS/elc-js#readme", + "homepage": "https://github.com/WSDOT-GIS/elc-js/tree/master/packages/wsdot-elc#readme", "devDependencies": { "@types/jasmine": "^5.1.4", "@types/node": "^20.11.14",