diff --git a/package.json b/package.json index a061780..bdfa81c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "pro-router", "description": "Fully automated singleton router service for frontend. Use url as data store", - "version": "4.3.0", + "version": "4.3.2", "main": "router.js", "repository": { "type": "git", - "url": "git+https://github.com/madmaniak/pro.git" + "url": "https://git.maniak.pro/madmaniak/pro-router.git" }, "keywords": [ "frontend", @@ -14,7 +14,7 @@ "author": "Marek Piasecki", "license": "ISC", "bugs": { - "url": "https://github.com/madmaniak/pro/issues" + "url": "https://git.maniak.pro/madmaniak/pro/issues" }, - "homepage": "https://github.com/madmaniak/pro/framework/components/router/npm_router_service" + "homepage": "http://router.maniak.pro" }