Skip to content

Commit

Permalink
Merge pull request #795 from alphagov/remove-login-instructions
Browse files Browse the repository at this point in the history
Remove instructions to login to npm, which is no longer required
  • Loading branch information
NickColley committed Jun 15, 2018
2 parents 76d51b2 + c0e9489 commit b1fa5a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
11 changes: 0 additions & 11 deletions docs/installation/installing-with-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b1fa5a8

Please sign in to comment.