Skip to content

Commit

Permalink
Stop serving template file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmenno committed Oct 14, 2024
1 parent 7e8281b commit b8a7aa3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PWA/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ReliefBox",
"version": "0.5.1",
"version": "0.5.2",
"description": "A tool for managing the distribution of relief items during humanitarian emergencies.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion PWA/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- <a class="navbar-item">-->
<img src="images/ReliefBox-horizontal-nobackground.png" width="220" height="30">
<!-- </a>-->
<div class="navbar-item">Alpha 0.5.1</div>
<div class="navbar-item">Alpha 0.5.2</div>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
Expand Down
1 change: 0 additions & 1 deletion PWA/public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ self.addEventListener("install", function (event) {
"/images/icons/app-icon-192x192.png",
"/apple-touch-icon-120x120.png",
"/apple-touch-icon-120x120-precomposed.png",
"/data_template.xlsx"
]
.concat(new CacheFilePathService().pathsOfFilesToCache()));
})
Expand Down
1 change: 0 additions & 1 deletion PWA/src/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ self.addEventListener("install", function (event: any) {
"/images/icons/app-icon-192x192.png",
"/apple-touch-icon-120x120.png",
"/apple-touch-icon-120x120-precomposed.png",
"/data_template.xlsx"
]
.concat(new CacheFilePathService().pathsOfFilesToCache())
);
Expand Down

0 comments on commit b8a7aa3

Please sign in to comment.