From 50e69dbbdc02ec6222743113324f222f87004e2a Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Nov 2018 13:11:41 +0100 Subject: [PATCH] fix(text): fixed text Swisscom => swisscom --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 847a1a6..93f4c89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cloudfoundry-identity-admin [![NPM version](https://img.shields.io/npm/v/cloudfoundry-identity-admin.svg?style=flat)](https://www.npmjs.com/package/cloudfoundry-identity-admin) -[![Build Status](https://travis-ci.org/Swisscom/cloudfoundry-identity-admin.svg?branch=master)](https://travis-ci.org/Swisscom/cloudfoundry-identity-admin) +[![Build Status](https://travis-ci.org/swisscom/cloudfoundry-identity-admin.svg?branch=master)](https://travis-ci.org/swisscom/cloudfoundry-identity-admin) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/package.json b/package.json index e71b2c1..aab41cf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Swisscom/cloudfoundry-identity-admin.git" + "url": "https://github.com/swisscom/cloudfoundry-identity-admin.git" }, "keywords": [ "corproot", @@ -30,9 +30,9 @@ "author": "Jonas Voland", "license": "MIT", "bugs": { - "url": "https://github.com/Swisscom/cloudfoundry-identity-admin/issues" + "url": "https://github.com/swisscom/cloudfoundry-identity-admin/issues" }, - "homepage": "https://github.com/Swisscom/cloudfoundry-identity-admin#readme", + "homepage": "https://github.com/swisscom/cloudfoundry-identity-admin#readme", "dependencies": { "request": "^2.88.0", "request-promise": "^4.2.2"