Skip to content

Commit

Permalink
Remove unused app script file
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Jul 9, 2024
1 parent f31e7f2 commit aca49e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"author": "Tecdrop",
"browser": "public/scripts/app.js",
"description": "The simplest Progressive Web App ever? It's just a black window / screen, but it can be used to test PWA support on any browser and platform. Other uses?",
"homepage": "https://www.tecdrop.com",
"keywords": [],
Expand Down
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<div class="empty-title-bar">
</div>

<script type="module" src="/scripts/app.js"></script>

<script>
// Register service worker
if ('serviceWorker' in navigator) {
Expand Down
Empty file removed public/scripts/app.js
Empty file.

0 comments on commit aca49e9

Please sign in to comment.