Skip to content

Commit

Permalink
Update published package.json
Browse files Browse the repository at this point in the history
- Lowers required Node.js version to former LTS 4.x, tested to work.
- Adds keywords so it's easier to search
  • Loading branch information
NickColley committed Jun 23, 2018
1 parent 044ecdb commit 0dc4973
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
"version": "1.0.0",
"main": "all.js",
"sass": "all.scss",
"engines": {
"node": ">=6.0"
"node": ">= 4.2.0"
},
"author": {
"name": "GOV.UK Design System Team (Government Digital Service)",
"email": "design-system-developers@digital.cabinet-office.gov.uk"
},
"sass": "all.scss",
"repository": {
"type": "git",
"url": "https://github.com/alphagov/govuk-frontend.git"
},
"bugs": {
"url": "https://github.com/alphagov/govuk-frontend/issues"
},
"homepage": "https://github.com/alphagov/govuk-frontend#readme",
"keywords": [
"govuk",
"frontend",
"design system",
"template"
],
"license": "MIT"
}

0 comments on commit 0dc4973

Please sign in to comment.