Skip to content

Commit

Permalink
Cleanup dev tooling files, remove apple prefix on meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 1, 2024
1 parent 629a67a commit fdf69fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion babel.config.cjs → babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
plugins: ["angularjs-annotate"],
};
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />

<!-- https://realfavicongenerator.net -->
<link
Expand Down
4 changes: 0 additions & 4 deletions jest.setup.js

This file was deleted.

0 comments on commit fdf69fd

Please sign in to comment.