From 81823f531beec0fac3621dc615b6d60e27176068 Mon Sep 17 00:00:00 2001 From: Rish Date: Wed, 23 Sep 2020 12:53:10 +0530 Subject: [PATCH] Updated github repo name to Portal no issue - Updated readme and package json to point to new repo name --- ghost/portal/README.md | 10 +++++----- ghost/portal/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 01074dbc7e..780ea8112f 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -1,6 +1,6 @@ -# Members.js +# Portal -[![CI Status](https://github.com/TryGhost/members.js/workflows/Test/badge.svg?branch=master)](https://github.com/TryGhost/members.js/actions) +[![CI Status](https://github.com/TryGhost/portal/workflows/Test/badge.svg?branch=master)](https://github.com/TryGhost/portal/actions) [![npm version](https://badge.fury.io/js/%40tryghost%2Fmembers-js.svg)](https://badge.fury.io/js/%40tryghost%2Fmembers-js) Drop-in script to make the bulk of Ghost membership features work on any theme. @@ -30,13 +30,13 @@ The script also adds custom class names to this element for open and close state 1. Clone this repository: ```shell -git@github.com:TryGhost/members.js.git +git@github.com:TryGhost/portal.git ``` 2. Change into the new directory and install the dependencies: ```shell -cd members.js +cd portal yarn ``` @@ -44,7 +44,7 @@ yarn Only useful for active UI development without publishing a version on unpkg. Always use the unpkg link for testing latest released members.js. -#### In this repo(Members.js): +#### In this repo(Portal): - Run `yarn build` to create the minified bundle with your changes at `umd/members.min.js` diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 34ed85876a..88b43ec4b7 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -2,7 +2,7 @@ "name": "@tryghost/members-js", "version": "0.9.1", "license": "MIT", - "repository": "git@github.com:TryGhost/membersjs.git", + "repository": "git@github.com:TryGhost/portal.git", "author": "Ghost Foundation", "unpkg": "umd/members.min.js", "files": [