Socket
Book a DemoInstallSign in
Socket

govuk_frontend_toolkit

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govuk_frontend_toolkit

npm for govuk_frontend_toolkit

Source
npmnpm
Version
0.48.0
Version published
Weekly downloads
2.5K
44.63%
Maintainers
1
Weekly downloads
 
Created
Source

GOV.UK Frontend Toolkit

This is an NPM package for alphagov/govuk_frontend_toolkit

Installing

Include govuk_frontend_toolkit in your package.json along with a version, and run:

npm install

Managing this package

Set up

Checkout this repo and run:

git submodule init

Updating

Follow the contribution guidelines.

To update this package, update the submodule:

git submodule init
git submodule update
cd govuk_frontend_toolkit
git pull origin master
cd ..

Then update the version in package.json and commit the result.

In your commit message, briefly summarise the changes since the last npm version. Then:

git push origin master

The job to publish an updated version to npmjs.org will run automatically when master is updated.

FAQs

Package last updated on 23 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts