Skip to content

Commit

Permalink
Merge pull request #4391 from alphagov/optional-dependencies
Browse files Browse the repository at this point in the history
Move private workspace packages to `devDependencies`
  • Loading branch information
colinrotherham committed Oct 27, 2023
2 parents 940e029 + 92358f9 commit ecf402f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions packages/govuk-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"version": "echo $npm_package_version"
},
"devDependencies": {
"@govuk-frontend/config": "*",
"@govuk-frontend/helpers": "*",
"@govuk-frontend/lib": "*",
"@govuk-frontend/tasks": "*",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -83,11 +87,5 @@
"sass-embedded": "^1.69.4",
"sassdoc": "^2.7.4",
"slash": "^5.1.0"
},
"optionalDependencies": {
"@govuk-frontend/config": "*",
"@govuk-frontend/helpers": "*",
"@govuk-frontend/lib": "*",
"@govuk-frontend/tasks": "*"
}
}

0 comments on commit ecf402f

Please sign in to comment.