update links in package.json to point to gitlab

This commit is contained in:
Philipp Kunz 2016-06-14 00:33:59 +02:00
parent 201d5cc6d7
commit a0ce759552

View File

@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/pushrocks/smartssh.git" "url": "git+https://gitlab.com/pushrocks/smartssh.git"
}, },
"keywords": [ "keywords": [
"SSH", "SSH",
@ -19,9 +19,9 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/pushrocks/smartssh/issues" "url": "https://gitlab.com/pushrocks/smartssh/issues"
}, },
"homepage": "https://github.com/pushrocks/smartssh#readme", "homepage": "https://gitlab.com/pushrocks/smartssh#readme",
"dependencies": { "dependencies": {
"beautylog": "^5.0.10", "beautylog": "^5.0.10",
"fs-extra": "^0.30.0", "fs-extra": "^0.30.0",