Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove instructions to login to npm, which is no longer required #795

Merged
merged 2 commits into from
Jun 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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