Skip to content

Commit

Permalink
chore: Add devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ittuann committed Aug 23, 2024
1 parent d4742c4 commit 195572e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<link rel="icon" type="image/png" sizes="32x32" href="iconx/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="iconx/favicon-16x16.png">
<link rel="manifest" href="iconx/site.webmanifest">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YQ3R6RXKW7"></script>
<script>function gtag() { dataLayer.push(arguments) } window.dataLayer = window.dataLayer || [], gtag("js", new Date), gtag("config", "G-YQ3R6RXKW7")</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-13TDFKC8ZD"></script>
<script>function gtag() { dataLayer.push(arguments) } window.dataLayer = window.dataLayer || [], gtag("js", new Date), gtag("config", "G-13TDFKC8ZD")</script>
</head>

<body class="bg-gray-100 flex justify-center items-center min-h-screen">
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"eslint": "^9.9.0",
"pretty": "^2.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
Expand Down

0 comments on commit 195572e

Please sign in to comment.