Skip to content

Commit

Permalink
2.6.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarling authored May 22, 2024
1 parent df2e9ad commit c7f0a58
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 28 deletions.
3 changes: 3 additions & 0 deletions dist/json.worker.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/json.worker.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.35.0(71ac097e6155a405f6be52b0b368a04508c31e31)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/
1 change: 1 addition & 0 deletions dist/json.worker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.bundle.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vendor.bundle.js

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions dist/vendor.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
*/

/*!
*************************************************************************
*
Expand Down Expand Up @@ -84,8 +66,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
* http://adamwdraper.github.com/Numeral-js/
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.35.0(71ac097e6155a405f6be52b0b368a04508c31e31)
Expand Down
2 changes: 1 addition & 1 deletion dist/vendor.bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" translate="no">
<head>
<meta charset="utf-8"/>
<title>Bitburner</title>
Expand Down Expand Up @@ -39,6 +39,6 @@
</style>
<link rel="icon" href="dist/favicon.ico"><script defer src="dist/vendor.bundle.js"></script><script defer src="dist/main.bundle.js"></script></head>
<body>
<div id="root" style="display:flex"/>
<div id="root" style="display:flex"></div>
</body>
</html>

0 comments on commit c7f0a58

Please sign in to comment.