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

Clean up package json #827

Merged
merged 4 commits into from
Jun 25, 2018
Merged

Clean up package json #827

merged 4 commits into from
Jun 25, 2018

Conversation

NickColley
Copy link
Contributor

See commits for details

Closes #825

@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-827 June 23, 2018 23:28 Inactive
To try to help contributors or users understand that the root package.json
is only used for development:

- Adds description explaining the existance of `package/package.json`
- Removes the fields related to issue trackers, homepages
- Changes name to indicate it's not the npm package
- Tidies up dependencies not being in devDependencies
- Lowers required Node.js version to former LTS 4.x, tested to work.
- Adds keywords so it's easier to search
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-827 June 23, 2018 23:30 Inactive
@kr8n3r
Copy link

kr8n3r commented Jun 25, 2018

noice :) shall we wait with this one, get contributors in first so you can do the rebasing :)

@NickColley NickColley merged commit b2e13b7 into master Jun 25, 2018
@NickColley NickColley deleted the clean-up-package-json branch June 25, 2018 09:48
kr8n3r pushed a commit that referenced this pull request Jun 26, 2018
In #827 we removed pinning teh node version,
instead specifiying the minimum version.

This resulted in Heroku failing as there is an error
in the gulp taks in node 10.5.0 Heroku installs.

Until we decide to upgrade to Gulp 4 we need to
pin the version in package.json.

Alternative option is to remove version entirely, although
we want to set that for anyone wanting to contribute using
`yarn` instead of `npm`.
@NickColley NickColley mentioned this pull request Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants