Skip to content

Commit bc0f660

Browse files
committed
fix: remove text from default template
1 parent 74640b9 commit bc0f660

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synaptic-simulations/mach",
3-
"version": "1.3.0-rc2",
3+
"version": "1.3.0-rc3",
44
"description": "The last MSFS instrument bundler you'll ever need.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/templates/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<script type="text/html" id="{{ templateId }}">
2-
<div id="{{ mountElementId }}">
3-
<h1>If you're seeing this, instrument didn't load.</h1>
4-
</div>
2+
<div id="{{ mountElementId }}" />
53
</script>
64

75
{{#imports}}

0 commit comments

Comments
 (0)