From 0427e5a998ad6995507e499f5c3f377f2348a43e Mon Sep 17 00:00:00 2001 From: Mauricio Mercado Date: Mon, 15 Jul 2019 14:49:47 -0700 Subject: [PATCH] fix(package): updated package lodash --- README.md | 18 +++++++----------- package.json | 6 +++--- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5dc9c34..d2cdbdf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![Colophon](https://github.com/project-colophon/brand/blob/master/logo.svg) -[![License][license-image]][license-url] [![version][npm-image]][npm-url] [![Build Status][circle-image]][circle-url] +[![License][license-image]][license-url] [![version][npm-image]][npm-url] > Standarized project metadata to specify the components, constructs and authorship of software @@ -9,7 +9,7 @@ #### 1. install the app using `npm` ```shell -$ npm install --global @colophon/app +$ npm install --global @telus/colophon-app ``` ##### 2. Database @@ -31,15 +31,11 @@ $ colophon ``` --- -> Website: [colophon.id](https://colophon.id) • -> Github: [@project-colophon](https://github.com/project-colophon) • -> Twitter: [@ColophonID](https://twitter.com/ColophonID) +> Website: [colophon.id](https://colophon.telus.digital) • +> Github: [@telus Colophon](https://github.com/telus/telus-colophon-app) • [license-url]: LICENSE -[license-image]: https://img.shields.io/github/license/project-colophon/app.svg?style=for-the-badge&logo=circleci +[license-image]: https://img.shields.io/github/license/telus/telus-colophon-app/app.svg?style=for-the-badge&logo=circleci -[circle-url]: https://circleci.com/gh/project-colophon/workflows/app -[circle-image]: https://img.shields.io/circleci/project/github/project-colophon/app/master.svg?style=for-the-badge&logo=circleci - -[npm-url]: https://www.npmjs.com/package/@colophon/app -[npm-image]: https://img.shields.io/npm/v/@colophon/app.svg?style=for-the-badge&logo=npm +[npm-url]: https://www.npmjs.com/package/@telus/telus-colophon-app +[npm-image]: https://img.shields.io/npm/v/@telus/telus-colophon-app.svg?style=for-the-badge&logo=npm diff --git a/package.json b/package.json index 879d722..f67f56f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "version": "1.5.1", + "version": "1.5.2", "name": "@telus/colophon-app", - "description": "Telus' Fork Standarized project metadata to specify the components, constructs and authorship of software", + "description": "Telus' Fork standarized project metadata to specify the components, constructs and authorship of software", "author": "Ahmad Nassri (https://www.ahmadnassri.com)", - "homepage": "https://colophon.id", + "homepage": "https://colophon.telus.digital", "repository": { "type": "git", "url": "https://github.com/telus/telus-colophon-app.git"