GOV.UK frontend toolkit npm package
This is an npm package for the GOV.UK frontend toolkit.
It bundles up the toolkit and publishes govuk_frontend_toolkit on the npmjs registry
so that you can install it as a dependency in your JavaScript application.
Installing
Include govuk_frontend_toolkit
in your package.json
along with a version, and run:
npm install
Updating this package
This package is updated automatically by a job on GDS' continuous integration server whenever
the VERSION.txt
file in the toolkit changes.
All development of the toolkit should happen upstream and changes will then become
available in this package.
Licence
MIT License