Skip to content

Commit

Permalink
Update TNA Frontend to 0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 7, 2023
1 parent 96f7e14 commit faa363a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Prism from "prismjs";

window.TNAFrontend.initAll();

const cookies = new window.TNAFrontend.Cookies([], {
const cookies = new window.TNAFrontend.Cookies({
path: "/design-system/",
});

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/permalinks": "^2.5.1",
"@metalsmith/sass": "^1.6.0",
"@nationalarchives/frontend": "0.1.29-prerelease",
"@nationalarchives/frontend": "0.1.30",
"glob": "^10.3.4",
"gray-matter": "^4.0.3",
"js-beautify": "^1.14.8",
Expand Down

0 comments on commit faa363a

Please sign in to comment.