Skip to content

Commit

Permalink
Adding package lock. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS authored Jun 14, 2024
1 parent 18435e4 commit 14ba71e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
.bundle
node_modules
#Gemfile.lock
22 changes: 22 additions & 0 deletions docs/package-lock.json

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

4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {}
"dependencies": {
"nhsuk-frontend": "^8.2.0"
}
}

0 comments on commit 14ba71e

Please sign in to comment.