Skip to content

Commit

Permalink
fixed security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon authored and Anon committed Jun 8, 2019
1 parent 34253de commit b10790e
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 8,769 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
package-lock.json
174 changes: 90 additions & 84 deletions docs/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Online Hollow Knight save editor</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- REMOVE THIS IF YOU'RE GOING TO COMPILE FOR PERSONAL USAGE. THIS IS GOOGLE ANALYTICS TRACKER. -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118402999-2"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-118402999-2');</script>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
</html>
Loading

0 comments on commit b10790e

Please sign in to comment.