Skip to content

Commit

Permalink
chore: @ministryofjustice/frontend internally
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 24, 2025
1 parent 573f31b commit 0a7490e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
30 changes: 18 additions & 12 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@ministryofjustice/frontend",
"name": "moj-frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"main": "index.js",
"workspaces": [
"/package"
],
"files": [
"/package"
],
Expand Down Expand Up @@ -50,7 +52,6 @@
"@babel/preset-env": "^7.26.7",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@ministryofjustice/frontend": "file:./package",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
Expand Down
16 changes: 11 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"govuk-frontend": "^5.0.0",
"moment": "^2.27.0"
},
"peerDependencies": {
"jquery": "^3.6.0"
"govuk-frontend": "5.x",
"jquery": "3.x",
"moment": "2.x"
},
"peerDependenciesMeta": {
"jquery": {
"optional": true
},
"moment": {
"optional": true
}
}
}

0 comments on commit 0a7490e

Please sign in to comment.