@robotical/martyblocksjr 1.3.17 → 1.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1.0,
3
3
  maximum-scale=1.0, user-scalable=no"/>
4
4
  <meta name="apple-mobile-web-app-capable" content="yes"/>
5
+ <meta http-equiv="refresh" content="0;url=home.html">
5
6
  <meta http-equiv="cache-control" content="no-cache">
6
7
  <meta charset="utf-8">
7
8
 
@@ -14,7 +15,10 @@
14
15
  </script>
15
16
  <script type="text/javascript" src="app.bundle.js"></script>
16
17
  </head>
17
- <body style="margin:0px; background: black;">
18
+ <body>
19
+ If you are not redirected automatically, follow this <a href="home.html">link to the home page</a>.
20
+ </body>
21
+ <!-- <body style="margin:0px; background: black;">
18
22
  <div class="frame" id="frame">
19
23
  <div class="topbar" id="topbar">
20
24
  <div class="topbar-button" id="topbar-info"></div>
@@ -61,5 +65,5 @@
61
65
  <div class="optionsList hide" id="optionsList">
62
66
  </div>
63
67
  </div>
64
- </body>
68
+ </body> -->
65
69
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "1.3.17",
3
+ "version": "1.3.18",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",