Skip to content

Commit fdf69fd

Browse files
committed
Cleanup dev tooling files, remove apple prefix on meta tag
1 parent 629a67a commit fdf69fd

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

babel.config.cjs babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
export default {
22
plugins: ["angularjs-annotate"],
33
};

eslint.config.mjs eslint.config.js

File renamed without changes.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
66
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
7-
<meta name="apple-mobile-web-app-capable" content="yes" />
7+
<meta name="mobile-web-app-capable" content="yes" />
88

99
<!-- https://realfavicongenerator.net -->
1010
<link

jest.setup.js

-4
This file was deleted.

0 commit comments

Comments
 (0)