Browse Source

update package.json according to new repositories

master
Marek Piasecki 5 years ago
parent
commit
f046c76b3f
  1. 8
      package.json

8
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"
}

Loading…
Cancel
Save