From cbbf56fe4ab9695652e222f91be224584eb862b0 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Fri, 15 Jun 2018 10:14:09 +0100 Subject: [PATCH 1/2] Remove instructions to login to npm, which is no longer required --- docs/installation/installing-with-npm.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/installation/installing-with-npm.md b/docs/installation/installing-with-npm.md index ed2141d85f..e374b89549 100644 --- a/docs/installation/installing-with-npm.md +++ b/docs/installation/installing-with-npm.md @@ -24,17 +24,6 @@ npm install nunjucks --save ### Installation -GOV.UK Frontend is currently in private beta. You will need to log in to NPM -using credentials provided by the Design System team. - -Run the following command to log in: -``` -npm login -``` - -Enter the username, password and email address you were provided with, when -prompted. - You can install all components or one or more individual components depending on your needs. From c0e94894a55f5e8e7bb79ccd264d8d0f1c6d516d Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Fri, 15 Jun 2018 10:17:10 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5823d4ca6a..3aee7eeb90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Note: We're not following semantic versioning yet, we are going to talk about this soon. +## Unreleased + +🏠 Internal: + +- Remove instructions to login with npm, which is no longer required + ([PR #795](https://github.com/alphagov/govuk-frontend/pull/795)) + ## 0.0.32 (Breaking release) **This release changes the name of package.** It's now published as `govuk-frontend` on `npm`.