Skip to content

Commit

Permalink
Update Home package.json to include ejs dependency and remove unused …
Browse files Browse the repository at this point in the history
…home copy.yaml template
  • Loading branch information
simlarsen committed Sep 16, 2024
1 parent 1f3c041 commit 215c1e9
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 12 deletions.
80 changes: 70 additions & 10 deletions Home/package-lock.json

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

5 changes: 3 additions & 2 deletions Home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"xmlbuilder2": "^3.1.1",
"ts-node": "^10.9.1"
"ejs": "^3.1.10",
"ts-node": "^10.9.1",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
Expand Down

0 comments on commit 215c1e9

Please sign in to comment.